Spread.Services Documentation
TotalsCalculation Enumeration
GrapeCity.Documents.Spread Namespace : TotalsCalculation Enumeration
Specifies the type of calculation in the totals row of a table column.
Syntax
public enum TotalsCalculation : System.Enum 
Members
MemberDescription
Average Specifies average.
Count Specifies the number of non-empty cells.
CountNums Specifies the number of cells with numeric values.
Custom Specifies a custom calculation.
Max Specifies the maximum value.
Min Specifies the minimum value.
None Specifies no calculation.
StdDev Specifies the standard deviation.
Sum Specifies the sum.
Var Specifies variance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.TotalsCalculation

See Also

Reference

GrapeCity.Documents.Spread Namespace