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

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

RowCollection クラス
RowCollection メンバ