FlexGrid for UWP/WinRT
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進値。
解説
表示されていない行や列にあるセルは集計計算に含まれます。グループ行にあるセルは含まれません。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ

Send Feedback