Xceed Workbooks for .NET v1.4 Documentation
TotalRowFunction Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : TotalRowFunction Enumeration
This enum can be used to set the TableColumn.TotalRowFunction property. It will be used to apply a built-in formula in a TableColumn’s total row.
Syntax
'Declaration

 

Public Enum TotalRowFunction 

   Inherits System.Enum
'Usage

 

Dim instance As TotalRowFunction
public enum TotalRowFunction : System.Enum 
Members
MemberDescription
Average101
Count103
CountNumbers102
CustomFormula 
Maximum104
Minimum105
None0
StandardDeviation107
Sum109
Variance110
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.TotalRowFunction

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

Reference

Xceed.Workbooks.NET Namespace