[]
Calculates the value based on the aggregation type and formats the value with the aggregation format.
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 |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |
AggregationType | aggType | Aggregation type |
string | aggformula | Aggregation formula |
Type | Description |
---|---|
object | The calculated value in form of the aggregation format |