PowerTools SPREAD for Windows Forms 8.0J
GetAggregationResult メソッド


行インデックス
列インデックス
行数
列数
集計タイプ
集計数式
集計タイプに基づいて値を計算し、その値を集計書式に従って書式設定します。
構文
'Declaration
 
Public 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
'使用法
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim aggType As AggregationType
Dim aggformula As String
Dim value As Object
 
value = instance.GetAggregationResult(row, column, rowCount, columnCount, aggType, aggformula)
public object GetAggregationResult( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   AggregationType aggType,
   string aggformula
)

パラメータ

row
行インデックス
column
列インデックス
rowCount
行数
columnCount
列数
aggType
集計タイプ
aggformula
集計数式

戻り値の型

集計書式で表された計算値
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


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