LeftCol Property (ModHFGrid)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Returns or sets the leftmost visible non-fixed column in the ModHFGrid. 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 the ModHFGrid Control object. |
value | An integer that specifies the leftmost column. |
Remarks
This property can be used programmatically to scroll within the ModHFGrid. Use the TopRow property to determine the uppermost visible row of the ModHFGrid.
See Also
Scroll Event (ModHFGrid) | TopRow Property (ModHFGrid) | ModHFGrid Control