SetColumnOrder Method (SapTree)
Class
SapTree
.
Action
Sets the order of the tree's column.
Syntax
C#
tree
.
SetColumnOrder
(
columns
)
VB
tree
.
SetColumnOrder
(
columns
)
Variable
Description
columns
A list of the column titles in the desired order. Each title must not occur more than once.
List(Of
String
)
.