Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TableColumn Class / TotalRowFunction Property


In This Topic
    TotalRowFunction Property
    In This Topic
    Gets or sets the built-in formula used in the TableColumn’s Total Row.
    Syntax
    'Declaration
     
    
    Public Property TotalRowFunction As TotalRowFunction
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As TotalRowFunction
     
    instance.TotalRowFunction = value
     
    value = instance.TotalRowFunction
    public TotalRowFunction TotalRowFunction {get; set;}
    Remarks

    When the value is None, the TotalRowLabel can be displayed; when the value is CustomFormula, the TotalRowFormula can be used.

    The default value is None.

    Note that the formula will be applied for each Cell in the TableColumn

    Also note that this property can affect the Formula and Value properties of the Cells in the Total Row.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also