[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetAggregationResult

GetAggregationResult Method

GetAggregationResult(int, int, int, int, AggregationType, string)

Gets aggregation of the cells in the specified range of cells.

Declaration
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
Parameters
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.

Returns
Type Description
object

An object of the aggregation result

Implements
Exceptions
Type Condition
ParseException

aggformula is not a valid formula.