FlexPivot for WinForms
Aggregate(AggregateEnum,Int32,Int32,Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Aggregate メソッド : Aggregate(AggregateEnum,Int32,Int32,Int32,Int32) メソッド
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.
シンタックス
'宣言
 
Public Overloads Function Aggregate( _
   ByVal aggType As AggregateEnum, _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer _
) As System.Double
public System.double Aggregate( 
   AggregateEnum aggType,
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol
)

パラメータ

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.

戻り値の型

A System.Double that represents the aggregate value.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧