FlexPivot for WinForms
Insert メソッド (RowCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : Insert メソッド
The position where the new row will be inserted.
Adds a new Row object to the collection at a specified position.
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As System.Integer _
) As Row
public Row Insert( 
   System.int index
)

パラメータ

index
The position where the new row will be inserted.

戻り値の型

A reference to the Row that was added to the collection.
参照

RowCollection クラス
RowCollection メンバ