[]
Gets aggregation of the cells in the specified range of cells.
public object GetAggregationResult(int row, int column, int rowCount, int columnCount, AggregationType aggType, string aggformula)
Public Function GetAggregationResult(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, aggType As AggregationType, aggformula As String) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of first row in selected range |
int | column | Column index of first column in selected range |
int | rowCount | Number of rows in selected range |
int | columnCount | Number of columns in selected range |
AggregationType | aggType | Type of aggregation |
string | aggformula | The aggregation formula. |
Type | Description |
---|---|
object | An object of the aggregation result |
Type | Condition |
---|---|
ParseException | aggformula is not a valid formula. |