[]
Sets the format for the cell with the specified row and column in the column footer.
public void SetAggregationFormat(int row, int column, string aggFormat)
Public Sub SetAggregationFormat(row As Integer, column As Integer, aggFormat As String)
Type | Name | Description |
---|---|---|
int | row | Row index of cell in column footer |
int | column | Column index of cell in column footer |
string | aggFormat | Format string, like String.Format requires |