ComponentOne FlexGrid for WinForms
Aggregate(AggregateEnum,Int32,Int32,Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Aggregate Method : Aggregate(AggregateEnum,Int32,Int32,Int32,Int32) Method
AggregateEnum value that specifies the type of aggregate to calculate.
Top row in the range.
Left column in the range.
Bottom row in the range.
Right column in the range.
Calculates aggregate statistics for a range.
Syntax
'Declaration
 
Public Overloads Function Aggregate( _
   ByVal aggType As AggregateEnum, _
   ByVal topRow As Integer, _
   ByVal leftCol As Integer, _
   ByVal bottomRow As Integer, _
   ByVal rightCol As Integer _
) As Double

Parameters

aggType
AggregateEnum value that specifies the type of aggregate to calculate.
topRow
Top row in the range.
leftCol
Left column in the range.
bottomRow
Bottom row in the range.
rightCol
Right column in the range.

Return Value

A System.Double that represents the aggregate value.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List