Spread for ASP.NET 12 Product Documentation
SetAggregationType Method (GroupDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > GroupDataModel Class : SetAggregationType Method
Column index
The type of aggregation
Sets the aggregation type at the specified column.
Syntax
'Declaration
 
Public Sub SetAggregationType( _
   ByVal column As Integer, _
   ByVal value As AggregationType _
) 
'Usage
 
Dim instance As GroupDataModel
Dim column As Integer
Dim value As AggregationType
 
instance.SetAggregationType(column, value)
public void SetAggregationType( 
   int column,
   AggregationType value
)

Parameters

column
Column index
value
The type of aggregation
See Also

Reference

GroupDataModel Class
GroupDataModel Members