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


In This Topic
FirstColumn Property (TableView)
In This Topic
Gets or sets whether to display the first column style in the table.
Syntax
'Declaration
 
Public Property FirstColumn As Boolean
 
'Usage
 
Dim instance As TableView
Dim value As Boolean
 
instance.FirstColumn = value
 
value = instance.FirstColumn
See Also