Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableColumn Class / TotalsRowFunction Property


In This Topic
    TotalsRowFunction Property (ExcelTableColumn)
    In This Topic
    An enumeration indicating which type of aggregation to show in the totals row cell for this column
    Syntax
    'Declaration
     
    Public Property TotalsRowFunction As ExcelTableTotalsRowFunction
    'Usage
     
    Dim instance As ExcelTableColumn
    Dim value As ExcelTableTotalsRowFunction
     
    instance.TotalsRowFunction = value
     
    value = instance.TotalsRowFunction
    public ExcelTableTotalsRowFunction TotalsRowFunction {get; set;}
    See Also