Spread for ASP.NET 9.0 Product Documentation
SetAggregationType Method (DefaultSheetDataModel)


Column index
AggregationType to be set, as an enumeration value
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
ParseException Specified value is not a valid AggregationType
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.