FirstColumn Property (TableView)
Gets or sets whether to display the first column style in the table.
public bool FirstColumn {get; set;}
'Declaration
Public Property FirstColumn As Boolean
'Usage
Dim instance As TableView
Dim value As Boolean
instance.FirstColumn = value
value = instance.FirstColumn