'Declaration
Public Sub SetAggregationFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal aggFormat As String _ )
'Usage
Dim instance As ColumnFooter Dim row As Integer Dim column As Integer Dim aggFormat As String instance.SetAggregationFormat(row, column, aggFormat)
Parameters
- row
- Row index of cell in column footer
- column
- Column index of cell in column footer
- aggFormat
- Format string, like String.Format requires