C1.Win.FlexGrid Namespace / C1FlexGrid Class / RightCol Property

In This Topic
RightCol Property (C1FlexGrid)
In This Topic
Gets the last visible column in the scrollable area.
Syntax
'Declaration
 
Public ReadOnly Property RightCol As Integer
 
Remarks

The index returned may correspond to a column that is only partially visible.

This property is read-only. To scroll the contents of the grid, see the C1FlexGridBase.TopRow, C1FlexGridBase.LeftCol, and C1.Win.FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition properties.

To ensure that a cell is visible, use the C1FlexGridBase.ShowCell method.

See Also