FlexGrid for WinForms
Subtotal(AggregateEnum) Method



AggregateEnum value that specifies the type of aggregate to calculate.
Groups rows based on cell contents and calculates aggregate values.
Syntax
'Declaration
 
Public Overloads Sub Subtotal( _
   ByVal aggType As AggregateEnum _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim aggType As AggregateEnum
 
instance.Subtotal(aggType)
public void Subtotal( 
   AggregateEnum aggType
)
public:
void Subtotal( 
   AggregateEnum aggType
) 

Parameters

aggType
AggregateEnum value that specifies the type of aggregate to calculate.
Remarks
This version of the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) method does not take any column parameters, and is useful only for clearing the subtotals. For example: flex.Subtotal(AggregateEnum.Clear); // clear all subtotals
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback