Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / AutoWidth Property


In This Topic
AutoWidth Property (ListColumn)
In This Topic
Gets or sets a bool value indicating whether the ListColumn can auto calculate width by content.
Syntax
'Declaration
 
Public Property AutoWidth As Boolean
 
'Usage
 
Dim instance As ListColumn
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth

Property Value

true if the ListColumn can auto calculate width by content; Otherwise,false.
See Also