Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / ITableStruct Interface / HasTotalsRow Property


In This Topic
    HasTotalsRow Property
    In This Topic
    Indicate the table has totals row.
    Syntax
    'Declaration
     
    ReadOnly Property HasTotalsRow As Boolean
    'Usage
     
    Dim instance As ITableStruct
    Dim value As Boolean
     
    value = instance.HasTotalsRow
    bool HasTotalsRow {get;}
    See Also