'Declaration
Public Enum TotalRowFunction Inherits System.Enum
'Usage
Dim instance As TotalRowFunction
public enum TotalRowFunction : System.Enum
'Declaration
Public Enum TotalRowFunction Inherits System.Enum
'Usage
Dim instance As TotalRowFunction
public enum TotalRowFunction : System.Enum
Member | Description |
---|---|
Average | A value of 101 can be used to apply the Average formula. |
Count | A value of 103 can be used to apply the Count formula. |
CountNumbers | A value of 102 can be used to apply the CountNumbers formula. |
CustomFormula | - |
Maximum | A value of 104 can be used to apply the Maximum formula. |
Minimum | A value of 105 can be used to apply the Minimum formula. |
None | A value of 0 will not use any formula. |
StandardDeviation | A value of 107 can be used to apply the StandardDeviation formula. |
Sum | A value of 109 can be used to apply the Sum formula. |
Variance | A value of 110 can be used to apply the Variance formula. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.TotalRowFunction
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