Spread Windows Forms 12.0 Product Documentation
ColumnWidth Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : ColumnWidth Property
Gets or sets the width of the column.
Syntax
'Declaration
 
Property ColumnWidth As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
instance.ColumnWidth = value
 
value = instance.ColumnWidth
int ColumnWidth {get; set;}

Property Value

The width of the column.
See Also

Reference

IRange Interface
IRange Members