ColumnWidth Property (IRange)
Gets or sets the width of the column.
int ColumnWidth {get; set;}
'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.