LCol Property
Returns the leftmost column number currently displayed in the grid. Read only. Available only at run time.
Syntax
object.LCol [= number ]
The syntax of the LCol Property has these parts:
| Part | Description |
| object | A DGrid control. |
| number | The column number of the leftmost visible cell. |
Remarks
If the grid has Frozen colums, the first visible column that isn't frozen is returned.
Data Type
Long