GetNodeWidth メソッド (SapTree)
クラス
SapTree
.
処理
現在のノードの幅を返します。
構文
C#
nodeWidth
=
tree
.
GetNodeWidth
(
nodeKey
)
VB
nodeWidth
=
tree
.
GetNodeWidth
(
nodeKey
)
変数
説明
nodeWidth
Integer
。
nodeKey
ノードのキー。
String
。