Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / TotalsRowCount Property


In This Topic
    TotalsRowCount Property
    In This Topic
    Gets the totals row count.
    Syntax
    'Declaration
     
    
    ReadOnly Property TotalsRowCount As Integer
    'Usage
     
    
    Dim instance As IStructuredObject
    Dim value As Integer
     
    value = instance.TotalsRowCount
    int TotalsRowCount {get;}

    Property Value

    An integer value represents the totals row count.
    See Also