FlexPivot for WinForms
GetNode メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Node クラス : GetNode メソッド
A value from the NodeTypeEnum enumeration that specifies the position relative to this node.
Returns a reference to a node located at a given position relative to this node.
シンタックス
'宣言
 
Public Function GetNode( _
   ByVal position As NodeTypeEnum _
) As Node
public Node GetNode( 
   NodeTypeEnum position
)

パラメータ

position
A value from the NodeTypeEnum enumeration that specifies the position relative to this node.

戻り値の型

A node object.
解説
If the node requested does not exist, GetNode returns null (for example, the root node does not have a previous sibling).
参照

Node クラス
Node メンバ