FlexPivot for WinForms
RightCol プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : RightCol プロパティ
Gets the last visible column in the scrollable area.
シンタックス
'宣言
 
Public ReadOnly Property RightCol As System.Integer
public System.int RightCol {get;}
解説

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 method.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ