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
public bool FirstColumn {get; set;}
See Also