Sets the aggregation format for the cell.
Declaration
void SetCellAggregationFormat(int row, int col, string format)
Sub SetCellAggregationFormat(row As Integer, col As Integer, format As String)
Parameters
Type |
Name |
Description |
int |
row |
Cell row
|
int |
col |
Cell column
|
string |
format |
Aggregation format
|