FlexPivot for WinForms
Count プロパティ (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : Count プロパティ
Gets or sets the number of Column objects in this collection.
シンタックス
'宣言
 
Public Overrides Property Count As System.Integer
public override System.int Count {get; set;}
解説
You can add or remove columns by assigning a new value to this property, or you can use the Add, Insert, InsertRange, and Remove(Int32) methods.
参照

ColumnCollection クラス
ColumnCollection メンバ