[]
Sets the formula for the cell of the specified row and column.
public void SetCellAggregationType(int row, int col, AggregationType aggType)
Public Sub SetCellAggregationType(row As Integer, col As Integer, aggType As AggregationType)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | col | Column index of cell |
AggregationType | aggType | Formula type |