GetColumnIndexFromName Method (SapTree)
Class
SapTree
.
Action
Gets the column index for the given name.
Syntax
C#
columnIndexFromName
=
tree
.
GetColumnIndexFromName
(
columnName
)
VB
columnIndexFromName
=
tree
.
GetColumnIndexFromName
(
columnName
)
Variable
Description
columnIndexFromName
Integer
.
columnName
The name of the column.
String
.