[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.GetCelAggregationType

GetCelAggregationType Method

GetCelAggregationType(int, int)

Gets the formula of the cell of the specified row and column.

Declaration
public AggregationType GetCelAggregationType(int row, int col)
Public Function GetCelAggregationType(row As Integer, col As Integer) As AggregationType
Parameters
Type Name Description
int row

Row index of the cell in the model

int col

Column index of the cell in the model

Returns
Type Description
AggregationType

Formula of cell

Implements