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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Node クラス > AddNode メソッド : AddNode(NodeTypeEnum,Object,Object,Image) メソッド
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.
Value of the Key property for the new node.
Value of the Image 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, _
   ByVal key As System.Object, _
   ByVal img As System.Drawing.Image _
) As Node
public Node AddNode( 
   NodeTypeEnum position,
   System.object data,
   System.object key,
   System.Drawing.Image img
)

パラメータ

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.
key
Value of the Key property for the new node.
img
Value of the Image property for the new node.

戻り値の型

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

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