Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / ColumnSettings Property


In This Topic
ColumnSettings Property
In This Topic
Gets or sets the column settings for the the cell information.
Syntax
'Declaration
 
Public Property ColumnSettings As CellInfoRange
 
'Usage
 
Dim instance As CellInfoRange
Dim value As CellInfoRange
 
instance.ColumnSettings = value
 
value = instance.ColumnSettings
See Also