Spread Silverlight Documentation
ExcelTableTotalsRowFunction Enumeration


GrapeCity.Excel Namespace : ExcelTableTotalsRowFunction Enumeration
An enumeration that specifies what function is used to aggregate the data in a column before it is displayed in the totals row.
Syntax
'Declaration
 
Public Enum ExcelTableTotalsRowFunction 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelTableTotalsRowFunction
public enum ExcelTableTotalsRowFunction : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelTableTotalsRowFunction

See Also

Reference

GrapeCity.Excel Namespace