Enum SubtotalFunction
SubtotalFunction enumeration
Represents subtotal function type. Used in the GridWorksheet.CreateSubtotal method.
public enum SubtotalFunction
Values
Name | Value | Description |
---|---|---|
AVERAGE | 1 | Average |
COUNT | 2 | Count the numeric cells. |
COUNTA | 3 | Count the non-null cells |
MAX | 4 | Max |
MIN | 5 | Min |
PRODUCT | 6 | Product |
SUM | 9 | Sum |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb