SelectColumn Method (SapTree)
Class
SapTree
.
Action
This function adds a column to the column selection. A node or item selection is removed.
Syntax
C#
tree
.
SelectColumn
(
columnName
)
VB
tree
.
SelectColumn
(
columnName
)
Variable
Description
columnName
The name of the column.
String
.