Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / Width Property


In This Topic
Width Property (ListColumnInfo)
In This Topic
Gets or sets a value that represents the ListColumnInfo width.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As ListColumnInfo
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

An System.Int32 value that represents the width of ListColumnInfo.
See Also