RightCol Property

Returns the zero-based index of the last column displayed in the control.

Syntax

val& = [form!]VSFlexGrid.RightCol

Remarks

The right column returned may be only partially visible.

You cannot set this property. To scroll the contents of the control set the TopRow and LeftCol properties instead. To ensure that a cell is visible, use the ShowCell method.

Data Type

Long

See Also

VSFlexGrid Control