[]
Represents the event data for the OnAggregate event of the data model for the sheet.
public class AggregateArgs : EventArgs
Public Class AggregateArgs
Inherits EventArgs
| Name | Description |
|---|---|
| AggregateArgs(int, int, int, int, AggregationType) | Creates a new Changed event arguments object for the data model for the sheet. |
| Name | Description |
|---|---|
| AggregationType | Gets the aggregation type. |
| Column | Gets the column index. |
| ColumnCount | Gets the number of columns. |
| Formula | Gets or sets the formula to be parsed to a string for aggregation. |
| Result | Gets or sets the result of aggregation. |
| Row | Gets the row index. |
| RowCount | Gets the number of rows. |