GrapeCity SPREAD for Windows Forms 12.0J
AutoWidth プロパティ (DefaultListColumnInfo)


ListColumnInfoの幅が自動的に計算されるかどうかを示すbool値を取得または設定します。
構文
'Declaration
 
Public Property AutoWidth As Boolean
'使用法
 
Dim instance As DefaultListColumnInfo
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth
public bool AutoWidth {get; set;}

プロパティ値

bool値。ListColumnInfoの幅が自動的に計算される場合はtrue、それ以外の場合はfalse
デフォルト値はfalseです。
参照

DefaultListColumnInfo クラス
DefaultListColumnInfo メンバ

 

 


Copyright © 2004 GrapeCity inc.