SetColumnWidth メソッド (SapTree)
クラス
SapTree
.
処理
この関数は列の幅をピクセル単位で設定します。
構文
C#
tree
.
SetColumnWidth
(
columnName
,
width
)
VB
tree
.
SetColumnWidth
(
columnName
,
width
)
変数
説明
columnName
列の名前。
String
。
width
列の新しい幅。
Integer
。