Spread for ASP.NET 10 Product Documentation
GetAggregationType Method (DefaultSheetDataModel)


Column index
Gets the AggregationType, as a string value, at the specified column.
Syntax
'Declaration
 
Public Function GetAggregationType( _
   ByVal column As Integer _
) As AggregationType
'Usage
 
Dim instance As DefaultSheetDataModel
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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.