LeftCol

This property returns and sets the leftmost visible column,other than a fixed column, in the Grid control.

Syntax

object.LeftCol [= value]

Parameters

object
Object expression that evaluates to a Grid control.
value
Integer. Numeric expression that specifies the leftmost column.

Remarks

The LeftCol property is unavailable at design time.

You can use this property in code to scroll a Grid control programmatically. Use the TopRow property to determine the uppermost visible row in the Grid control.