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


In This Topic
    TotalsRowCustomFunction Property (ExcelTableColumn)
    In This Topic
    Represents the formula that is used to perform the calculation the totals cell of the column
    Syntax
    'Declaration
     
    Public Property TotalsRowCustomFunction As String
    'Usage
     
    Dim instance As ExcelTableColumn
    Dim value As String
     
    instance.TotalsRowCustomFunction = value
     
    value = instance.TotalsRowCustomFunction
    public string TotalsRowCustomFunction {get; set;}
    Remarks
    It should be only exists when the TotlsRowFunction is custom
    See Also