PowerTools SPREAD for ASP.NET 8.0J
GetAggregationResult メソッド (IAggregationSupport)

選択する範囲の先頭行の行インデックス
選択する範囲の先頭列の列インデックス
選択する範囲の行数
選択する範囲の列数
集計タイプ
集計数式。
指定したセル範囲内のセルの集計を取得します。
構文
'Declaration
 
Function GetAggregationResult( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal aggType As AggregationType, _
   ByVal aggformula As String _
) As Object

パラメータ

row
選択する範囲の先頭行の行インデックス
column
選択する範囲の先頭列の列インデックス
rowCount
選択する範囲の行数
columnCount
選択する範囲の列数
aggType
集計タイプ
aggformula
集計数式。

戻り値の型

集計結果のオブジェクト
例外
例外説明
ParseExceptionaggformulaが有効な数式ではありません。
参照

IAggregationSupport インタフェース
IAggregationSupport メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.