Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TotalRowVisible Property


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