DataGrid for WPF/Silverlight
Compute メソッド (DataGridAggregate)

C1.Silverlight.DataGrid.Summaries.5 アセンブリ > C1.Silverlight.DataGrid.Summaries 名前空間 > DataGridAggregate クラス : Compute メソッド
集計関数が適用される行コレクション。
集計関数が適用される列。
true に設定した場合は、この関数がサブグループに再帰的に適用されます。
集計関数を実行します。
シンタックス
'宣言
 
Public MustOverride Function Compute( _
   ByVal rows As DataGridRowCollection, _
   ByVal column As DataGridColumn, _
   ByVal recursive As System.Boolean _
) As System.Object
public abstract System.object Compute( 
   DataGridRowCollection rows,
   DataGridColumn column,
   System.bool recursive
)

パラメータ

rows
集計関数が適用される行コレクション。
column
集計関数が適用される列。
recursive
true に設定した場合は、この関数がサブグループに再帰的に適用されます。
参照

DataGridAggregate クラス
DataGridAggregate メンバ