SetColumnWidth Method (SapTree)
Class
SapTree
.
Action
This function sets the width of a column in pixels.
Syntax
C#
tree
.
SetColumnWidth
(
columnName
,
width
)
VB
tree
.
SetColumnWidth
(
columnName
,
width
)
Variable
Description
columnName
The name of the column.
String
.
width
The new width of the column.
Integer
.