Spread Windows Forms 10.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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.