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


In This Topic
AutoWidth Property (DefaultListColumn)
In This Topic
Gets or sets a bool value indicates whether the ListColumn calculates the width automatically.
Syntax
'Declaration
 
Public Property AutoWidth As Boolean
 
'Usage
 
Dim instance As DefaultListColumn
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth

Property Value

A bool value, true if the ListColumn is auto width, otherwise, false.
The default is false.
See Also