FlexPivot for WinForms
AddNode(NodeTypeEnum,Object) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Node クラス > AddNode メソッド : AddNode(NodeTypeEnum,Object) メソッド
A value from the NodeTypeEnum enumeration that specifies where the new node will be added with respect to this node (e.g. Child, Sibling).
Value of the Data property for the new node.
Creates a node row at a specified position relative to this node.
シンタックス
'宣言
 
Public Overloads Function AddNode( _
   ByVal position As NodeTypeEnum, _
   ByVal data As System.Object _
) As Node
public Node AddNode( 
   NodeTypeEnum position,
   System.object data
)

パラメータ

position
A value from the NodeTypeEnum enumeration that specifies where the new node will be added with respect to this node (e.g. Child, Sibling).
data
Value of the Data property for the new node.

戻り値の型

A reference to the new Node added to the grid.
参照

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