[]
Creates a new Changed event arguments object for the data model for the sheet.
public AggregateArgs(int row, int column, int rowCount, int columnCount, AggregationType aggregationType)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, aggregationType As AggregationType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |
AggregationType | aggregationType | Type of aggeration that occurred in the data model |