This property returns and sets the leftmost visible column,other than a fixed column, in the Grid control.
object.LeftCol [= value]
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.