GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ColumnWidth Property


In This Topic
ColumnWidth Property (IRange)
In This Topic
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

Property Value

The width of the column.
See Also