FlexPivot for WinForms
InsertNode(Int32,Int32) メソッド

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

パラメータ

index
The position where the new node row will be inserted.
level
Outline level for the new node row.

戻り値の型

A reference to the Node that was added to the collection.
解説
This method is especially useful when the grid is bound to a data source, because in this case you can't change the value of the IsNode property. When the grid is unbound, you can add rows and turn them into nodes later using the IsNode property.
参照

RowCollection クラス
RowCollection メンバ
オーバーロード一覧