'Declaration
Public Enum TotalsCalculation Inherits System.Enum
'Usage
Dim instance As TotalsCalculation
public enum TotalsCalculation : System.Enum
'Declaration
Public Enum TotalsCalculation Inherits System.Enum
'Usage
Dim instance As TotalsCalculation
public enum TotalsCalculation : System.Enum
Member | Description |
---|---|
Average | Represents the arithmetic mean. |
Count | Represents a count of the number of non-empty cells. |
CountNumbers | Represents the number of cells that contains numbers. |
Custom | Represents the custom formula. |
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.Spreadsheet.TotalsCalculation