Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / TotalRowVisible Property


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