Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnClipInfo Class / Width Property


In This Topic
Width Property (ColumnClipInfo)
In This Topic
Gets or sets the width of cells in this column.
Syntax
'Declaration
 
Public Property Width As Single
 
'Usage
 
Dim instance As ColumnClipInfo
Dim value As Single
 
instance.Width = value
 
value = instance.Width
See Also