Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstColumn Property


In This Topic
FirstColumn Property (TableStyle)
In This Topic
Gets or sets the first column table style.
Syntax
'Declaration
 
Public Property FirstColumn As TableElementStyle
 
'Usage
 
Dim instance As TableStyle
Dim value As TableElementStyle
 
instance.FirstColumn = value
 
value = instance.FirstColumn
See Also