| 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 Server 2012, Windows RT