Returns or sets the left-most visible column (other than a fixed column) in the Grid control. Not available at design time.
object.LeftCol [= value ]
The LeftCol property syntax has these parts:
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
value | Integer. A numeric expression specifying the left-most column. |
You can use this property in code to scroll Grid programmatically. Use the TopRow property to determine the topmost visible row in the Grid.