GetColumnKeys Method (SapTree)
Class
SapTree
.
Action
The keys of all the items in the given column.
Syntax
C#
columnKeys
=
tree
.
GetColumnKeys
(
column
)
VB
columnKeys
=
tree
.
GetColumnKeys
(
column
)
Variable
Description
columnKeys
List(Of
String
)
.
column
The name of the column.
String
.