FlexPivot for WinForms
Visible プロパティ (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : Visible プロパティ
Gets or sets whether a Row or Column is visible.
シンタックス
'宣言
 
Public Overridable Property Visible As System.Boolean
public virtual System.bool Visible {get; set;}
解説

This property returns true even if the row or column has been scrolled out of view.

To determine whether a row is currently within view, check the TopRow and C1FlexGridBase.BottomRow properties.

To determine whether a column is currently within view, check the LeftCol and C1FlexGridBase.RightCol properties.

参照

RowCol クラス
RowCol メンバ