Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IAggregationSupport Interface / SetAggregationType Method
Column index
The type of aggregation


In This Topic
    SetAggregationType Method (IAggregationSupport)
    In This Topic
    Sets the aggregation type at the specified column.
    Syntax
    'Declaration
     
    
    Sub SetAggregationType( _
       ByVal column As Integer, _
       ByVal value As AggregationType _
    ) 
    'Usage
     
    
    Dim instance As IAggregationSupport
    Dim column As Integer
    Dim value As AggregationType
     
    instance.SetAggregationType(column, value)
    void SetAggregationType( 
       int column,
       AggregationType value
    )

    Parameters

    column
    Column index
    value
    The type of aggregation
    See Also