[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetAggregationResult

GetAggregationResult Method

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

Calculates the value based on the aggregation type and formats the value with the aggregation format.

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

int column

Column index

int rowCount

Number of rows

int columnCount

Number of columns

AggregationType aggType

Aggregation type

string aggformula

Aggregation formula

Returns
Type Description
object

The calculated value in form of the aggregation format

Implements