'宣言 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
に設定した場合は、この関数がサブグループに再帰的に適用されます。