[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.SetCellAggregationType

SetCellAggregationType Method

SetCellAggregationType(int, int, AggregationType)

Sets the formula for the cell of the specified row and column.

Declaration
public void SetCellAggregationType(int row, int col, AggregationType aggType)
Public Sub SetCellAggregationType(row As Integer, col As Integer, aggType As AggregationType)
Parameters
Type Name Description
int row

Row index of cell

int col

Column index of cell

AggregationType aggType

Formula type

Implements