Spread for ASP.NET 8.0 Product Documentation
SetAggregationType Method (IAggregationSupport)


Column index
The type of aggregation
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IAggregationSupport Interface
IAggregationSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.