Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowFunction Property


In This Topic
    TotalsRowFunction Property
    In This Topic
    Gets the totals row function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalsRowFunction As TotalsCalculation
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As TotalsCalculation
     
    value = instance.TotalsRowFunction
    public TotalsCalculation TotalsRowFunction {get;}

    Property Value

    A TotalsRowFunction value represents the totals row function.
    See Also