Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / SetAggregationType Method
Column index
AggregationType to be set, as an enumeration value


In This Topic
    SetAggregationType Method (DefaultSheetDataModel)
    In This Topic
    Sets the AggregationType, as an enumeration value, at the specified column. If you pass null, it clears the AggregationType from that column.
    Syntax
    'Declaration
     
    
    Public Sub SetAggregationType( _
       ByVal column As Integer, _
       ByVal value As AggregationType _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim column As Integer
    Dim value As AggregationType
     
    instance.SetAggregationType(column, value)
    public void SetAggregationType( 
       int column,
       AggregationType value
    )

    Parameters

    column
    Column index
    value
    AggregationType to be set, as an enumeration value
    Exceptions
    ExceptionDescription
    Specified value is not a valid AggregationType
    See Also