Spread Windows Forms 12.0 Product Documentation
Width Property (DefaultListColumnInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DefaultListColumnInfo Class : Width Property
Gets or sets the width of the ListColumnInfo.
Syntax
'Declaration
 
Public Property Width As Integer
'Usage
 
Dim instance As DefaultListColumnInfo
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}

Property Value

An System.Int32 value that indicates the width of the ListColumnInfo object.
The default is 60.
See Also

Reference

DefaultListColumnInfo Class
DefaultListColumnInfo Members