Calculates aggregate statistics for a range.
'宣言
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 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.