Returns or sets the left-most visible non fixed column in the MSHFlexGrid. This property is not available at design time.
Syntax
object.LeftCol [= value]
The LeftCol property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | An integer that specifies the left-most column. |
Remarks
This property can be used programmatically to scroll within the MSHFlexGrid. Use the TopRow property to determine the topmost visible row of the MSHFlexGrid.