Spread for ASP.NET 7.0 Product Documentation
SetAggregationType Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : SetAggregationType Method


column
Column index
value
AggregationType to be set, as an enumeration value

Glossary Item Box

Sets the AggregationType, as an enumeration value, at the specified column. If you pass null, it clears the AggregationType from that column.

Syntax

Visual Basic (Declaration) 
Public Sub SetAggregationType( _
   ByVal column As Integer, _
   ByVal value As AggregationType _
) 
Visual Basic (Usage)Copy Code
Dim instance As DefaultSheetDataModel
Dim column As Integer
Dim value As AggregationType
 
instance.SetAggregationType(column, value)
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.