TotalRowVisible Property (TableView)
Gets or sets whether the total row is visible.
public bool TotalRowVisible {get; set;}
'Declaration
Public Property TotalRowVisible As Boolean
'Usage
Dim instance As TableView
Dim value As Boolean
instance.TotalRowVisible = value
value = instance.TotalRowVisible