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

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > ColumnCollection クラス : Count プロパティ
このコレクション内の Columnオブジェクトの数を取得または設定します。
シンタックス
'宣言
 
Public Overrides Property Count As System.Integer
public override System.int Count {get; set;}
解説
列を追加または削除するには、このプロパティに新しい値を代入するか、 AddInsertInsertRange、および Remove(Int32)メソッドを使用します。
参照

ColumnCollection クラス
ColumnCollection メンバ