Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / SetAggregationFormat Method
Row index of cell in column footer
Column index of cell in column footer
Format string, like String.Format requires


In This Topic
    SetAggregationFormat Method
    In This Topic
    Sets the format for the cell with the specified row and column in the column footer.
    Syntax
    '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)
    public void SetAggregationFormat( 
       int row,
       int column,
       string 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
    See Also