範囲の集計値を計算します。
シンタックス
'宣言
Public Overloads Function Aggregate( _
ByVal As AggregateEnum, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Double
public System.double Aggregate(
AggregateEnum ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- aggType
- 計算する集計の種類を指定する AggregateEnum値。
- topRow
- 範囲内の上端の行。
- leftCol
- 範囲内の左端の列。
- bottomRow
- 範囲内の下端の行。
- rightCol
- 範囲内の右端の列。
戻り値の型
集計値を表す System.Double。
参照