Spread Windows Forms 12.0 Product Documentation
Width Property (ListColumnInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnInfo Class : Width Property
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
public int Width {get; set;}

Property Value

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

Reference

ListColumnInfo Class
ListColumnInfo Members