Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / SetAggregationType Method
Row index of cell in column footer
Column index of cell in column footer
Formula type


In This Topic
    SetAggregationType Method
    In This Topic
    Sets the formula for the cell of the specified row and column in the column footer.
    Syntax
    'Declaration
     
    
    Public Sub SetAggregationType( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal aggType As AggregationType _
    ) 
    'Usage
     
    
    Dim instance As ColumnFooter
    Dim row As Integer
    Dim column As Integer
    Dim aggType As AggregationType
     
    instance.SetAggregationType(row, column, aggType)
    public void SetAggregationType( 
       int row,
       int column,
       AggregationType aggType
    )

    Parameters

    row
    Row index of cell in column footer
    column
    Column index of cell in column footer
    aggType
    Formula type
    See Also