[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnFooter.SetAggregationFormat

SetAggregationFormat Method

SetAggregationFormat(int, int, string)

Sets the format for the cell with the specified row and column in the column footer.

Declaration
public void SetAggregationFormat(int row, int column, string aggFormat)
Public Sub SetAggregationFormat(row As Integer, column As Integer, aggFormat As String)
Parameters
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