FlexGrid for WPF
GetAggregate メソッド

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > C1FlexGrid クラス : GetAggregate メソッド
計算する集計の種類を指定する Aggregate値。
集計する値を含む CellRangeオブジェクト。
セル範囲の集計値を計算します。
シンタックス
'宣言
 
Public Overridable Function GetAggregate( _
   ByVal aggregate As Aggregate, _
   ByVal rng As CellRange _
) As System.Decimal
public virtual System.decimal GetAggregate( 
   Aggregate aggregate,
   CellRange rng
)

パラメータ

aggregate
計算する集計の種類を指定する Aggregate値。
rng
集計する値を含む CellRangeオブジェクト。

戻り値の型

集計を表す10進値。
解説
表示されていない行や列にあるセルは集計計算に含まれます。グループ行にあるセルは含まれません。
参照

C1FlexGrid クラス
C1FlexGrid メンバ