Represents subtotal function type. Used in the WebWorksheet.CreateSubtotal method.
public enum SubtotalFunction
Members
| Member Name | Description | Value |
| AVERAGE | Average | 1 |
| COUNT | Count the numeric cells. | 2 |
| COUNTA | Count the non-null cells | 3 |
| MAX | Max | 4 |
| MIN | Min | 5 |
| PRODUCT | Product | 6 |
| SUM | Sum | 9 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace