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


In This Topic
    TotalsRowFunctionIsArrayFormula 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 TotalsRowFunctionIsArrayFormula As Boolean
    'Usage
     
    Dim instance As ExcelTableColumn
    Dim value As Boolean
     
    instance.TotalsRowFunctionIsArrayFormula = value
     
    value = instance.TotalsRowFunctionIsArrayFormula
    public bool TotalsRowFunctionIsArrayFormula {get; set;}
    See Also