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

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > C1FlexGridBase クラス > Aggregate メソッド : Aggregate(AggregateEnum,CellRange) メソッド
計算する集計の種類を指定する AggregateEnum値。
集計する値を含む CellRangeオブジェクト。
範囲の集計値を計算します。
シンタックス
'宣言
 
Public Overloads Function Aggregate( _
   ByVal aggType As AggregateEnum, _
   ByVal rg As CellRange _
) As System.Double
public System.double Aggregate( 
   AggregateEnum aggType,
   CellRange rg
)

パラメータ

aggType
計算する集計の種類を指定する AggregateEnum値。
rg
集計する値を含む CellRangeオブジェクト。

戻り値の型

集計値を表す System.Double
参照

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