Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / TotalRow Property


In This Topic
    TotalRow Property (TableStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the visibility of total row is changed.
    Syntax
    'Declaration
     
    
    Public Property TotalRow As Boolean
    'Usage
     
    
    Dim instance As TableStateEventArgs
    Dim value As Boolean
     
    instance.TotalRow = value
     
    value = instance.TotalRow
    public bool TotalRow {get; set;}
    See Also