[]
Gets the formula of the cell of the specified row and column.
public AggregationType GetCelAggregationType(int row, int col)
Public Function GetCelAggregationType(row As Integer, col As Integer) As AggregationType
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the cell in the model |
| int | col | Column index of the cell in the model |
| Type | Description |
|---|---|
| AggregationType | Formula of cell |