FlexGrid for UWP/WinRT
IncludeInAggregate メソッド

集計に含めるセルを含む Row
集計に含めるセルを含む Column
GetAggregate メソッドで計算される集計にセルを含めるかどうかを決定する値を取得します。
構文
'宣言
 
Public Overridable Function IncludeInAggregate( _
   ByVal row As Row, _
   ByVal col As Column _
) As System.Boolean
public virtual System.bool IncludeInAggregate( 
   Row row,
   Column col
)

パラメータ

row
集計に含めるセルを含む Row
col
集計に含めるセルを含む Column

戻り値の型

このセルを集計の計算に含める場合は true、そうでない場合は false。
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