Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TotalRowFunction Enumeration


TotalRowFunction Enumeration
Contains the values that can 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
Members
MemberDescription
AverageA value of 101 can be used to apply the Average formula.
CountA value of 103 can be used to apply the Count formula.
CountNumbersA value of 102 can be used to apply the CountNumbers formula.
CustomFormula-
MaximumA value of 104 can be used to apply the Maximum formula.
MinimumA value of 105 can be used to apply the Minimum formula.
NoneA value of 0 will not use any formula.
StandardDeviationA value of 107 can be used to apply the StandardDeviation formula.
SumA value of 109 can be used to apply the Sum formula.
VarianceA value of 110 can be used to apply the Variance formula.
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