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

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > C1FlexGridBase クラス > Aggregate メソッド : Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) メソッド
計算する集計の種類を指定する AggregateEnum値。
範囲内の上端の行。
範囲内の左端の列。
範囲内の下端の行。
範囲内の右端の列。
集計オプションを指定する AggregateFlags値。
範囲の集計値を計算します。
シンタックス
'宣言
 
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, _
   ByVal flags As AggregateFlags _
) As System.Double
public System.double Aggregate( 
   AggregateEnum aggType,
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   AggregateFlags flags
)

パラメータ

aggType
計算する集計の種類を指定する AggregateEnum値。
topRow
範囲内の上端の行。
leftCol
範囲内の左端の列。
bottomRow
範囲内の下端の行。
rightCol
範囲内の右端の列。
flags
集計オプションを指定する AggregateFlags値。

戻り値の型

集計値を表す System.Double
参照

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