Spread Windows Forms 12.0 Product Documentation
TotalsCalculation Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : TotalsCalculation 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 TotalsCalculation 
   Inherits System.Enum
'Usage
 
Dim instance As TotalsCalculation
public enum TotalsCalculation : System.Enum 
Members
MemberDescription
AverageRepresents the arithmetic mean.
CountRepresents a count of the number of non-empty cells.
CountNumbersRepresents the number of cells that contains numbers.
CustomRepresents the custom formula.
MaxRepresents the largest value.
MinRepresents the smallest value.
NoneNo total row.
StdDevRepresents the estimated standard deviation.
SumRepresents the arithmetic sum.
VarRepresents the estimated variance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.TotalsCalculation

See Also

Reference

GrapeCity.Spreadsheet Namespace