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

C1.Silverlight.DataGrid.Summaries.5 アセンブリ > C1.Silverlight.DataGrid.Summaries 名前空間 > DataGridAggregate クラス : GetResultText メソッド
集計関数が適用される行。
集計関数が適用される列。
true に設定すると、集計関数は行コレクションに再帰的に適用されます。
集計関数の結果に ResultFormat を適用した後のテキストを取得します。
シンタックス
'宣言
 
Public Overridable Function GetResultText( _
   ByVal rows As DataGridRowCollection, _
   ByVal column As DataGridColumn, _
   ByVal recursive As System.Boolean _
) As System.String
public virtual System.string GetResultText( 
   DataGridRowCollection rows,
   DataGridColumn column,
   System.bool recursive
)

パラメータ

rows
集計関数が適用される行。
column
集計関数が適用される列。
recursive
true に設定すると、集計関数は行コレクションに再帰的に適用されます。
参照

DataGridAggregate クラス
DataGridAggregate メンバ