GrapeCity.Excel Namespace : ExcelTableTotalsRowFunction Enumeration |
'Declaration Public Enum ExcelTableTotalsRowFunction Inherits System.Enum
'Usage Dim instance As ExcelTableTotalsRowFunction
public enum ExcelTableTotalsRowFunction : System.Enum
Member | Description |
---|---|
Average | Represents the arithmetic mean. |
Count | Represents a count of the number of non-empty cells. |
CountNums | Represents the number of cells that contains numbers. |
Custom | Represents the formula provided in totalsRowFormula. |
Max | Represents the largest value. |
Min | Represents the smallest value. |
None | No total row. |
StdDev | Represents the estimated standard deviation. |
Sum | Represents the arithmetic sum. |
Var | Represents the estimated variance. |
System.Object
System.ValueType
System.Enum
GrapeCity.Excel.ExcelTableTotalsRowFunction
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6