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

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

パラメータ

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

DataGridAggregateMax クラス
DataGridAggregateMax メンバ