LastColumn Property (TableView)
In This Topic
Gets or sets whether to display the last column style in the table.
Syntax
'Declaration
Public Property LastColumn As Boolean
'Usage
Dim instance As TableView
Dim value As Boolean
instance.LastColumn = value
value = instance.LastColumn
public bool LastColumn {get; set;}
See Also