ComponentOne FlexGrid for WinForms
RightCol Property (C1FlexGridBase)

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : RightCol Property
Gets the last visible column in the scrollable area.
Syntax
'Declaration
 
Public ReadOnly Property RightCol As Integer
public int RightCol {get;}
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 TopRow, LeftCol, and C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition properties.

To ensure that a cell is visible, use the ShowCell(Int32,Int32) method.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members