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