Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IAggregationSupport Interface / GetAggregationType Method
Column index


In This Topic
    GetAggregationType Method (IAggregationSupport)
    In This Topic
    Gets the aggregation type at the specified column.
    Syntax
    'Declaration
     
    
    Function GetAggregationType( _
       ByVal column As Integer _
    ) As AggregationType
    'Usage
     
    
    Dim instance As IAggregationSupport
    Dim column As Integer
    Dim value As AggregationType
     
    value = instance.GetAggregationType(column)
    AggregationType GetAggregationType( 
       int column
    )

    Parameters

    column
    Column index
    See Also