[]
Sets the format for the cell of the specified row and column.
public void SetCellAggregationFormat(int row, int col, string format)
Public Sub SetCellAggregationFormat(row As Integer, col As Integer, format As String)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model |
int | col | Column index of the cell in the model |
string | format | Format of cell |