GetColumnIndexFromName メソッド (SapTree)
クラス
SapTree
.
処理
指定した名前の列インデックスを取得します。
構文
C#
columnIndexFromName
=
tree
.
GetColumnIndexFromName
(
columnName
)
VB
columnIndexFromName
=
tree
.
GetColumnIndexFromName
(
columnName
)
変数
説明
columnIndexFromName
Integer
。
columnName
列の名前。
String
。