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

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

RowCollection クラス
RowCollection メンバ