| 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)