VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > RightCol Property |
Returns the zero-based index of the last column displayed in the control.
val& = [form!]VSFlexGrid.RightCol
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.
Long