'宣言 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。