Spread for ASP.NET 8.0 Product Documentation
GetAggregationType Method (GroupDataModel)


Column index
Gets the AggregationType at the specified column.
Syntax
'Declaration
 
Public Function GetAggregationType( _
   ByVal column As Integer _
) As AggregationType
'Usage
 
Dim instance As GroupDataModel
Dim column As Integer
Dim value As AggregationType
 
value = instance.GetAggregationType(column)
public AggregationType GetAggregationType( 
   int column
)

Parameters

column
Column index
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

GroupDataModel Class
GroupDataModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.