FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Width Property


Width Property (Column)
Gets or sets the width of cells in this column.
Syntax
'Declaration
 
Public Property Width As Single
 
'Usage
 
Dim instance As Column
Dim value As Single
 
instance.Width = value
 
value = instance.Width
Exceptions
ExceptionDescription
Specified width is out of range; must be between -1 and 9,999,999 pixels
See Also