FlexGrid for WinForms
SubtotalEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > SubtotalEventArgs クラス : SubtotalEventArgs コンストラクタ
計算する集計のタイプを指定する AggregateEnumの値。
新しい小計行に割り当てるアウトラインレベル。このパラメータは、複数レベルの小計の作成を可能にし、アウトラインツリーの表示に影響を与えます。
グループの区切りの検出に使用される範囲内の最初の列。
グループの区切りの検出に使用される範囲内の最後の列。
集計される値を含む列。
新しい小計行に挿入するテキスト。
新しい小計行のインデックス。
小計行が新しい行であるか、または小計が既存の小計行に追加されるか。
グループ内の最初の行のインデックス。
グループ内の最後の行のインデックス。
グループの計算集計値。
新しい小計行に適用される CellStyle
SubtotalEventArgsオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal function As AggregateEnum, _
   ByVal level As System.Integer, _
   ByVal groupFrom As System.Integer, _
   ByVal groupTo As System.Integer, _
   ByVal totalOn As System.Integer, _
   ByVal caption As System.String, _
   ByVal newRowIndex As System.Integer, _
   ByVal isNewRow As System.Boolean, _
   ByVal top As System.Integer, _
   ByVal bottom As System.Integer, _
   ByVal aggregateValue As System.Object, _
   ByVal style As CellStyle _
)
public SubtotalEventArgs( 
   AggregateEnum function,
   System.int level,
   System.int groupFrom,
   System.int groupTo,
   System.int totalOn,
   System.string caption,
   System.int newRowIndex,
   System.bool isNewRow,
   System.int top,
   System.int bottom,
   System.object aggregateValue,
   CellStyle style
)

パラメータ

function
計算する集計のタイプを指定する AggregateEnumの値。
level
新しい小計行に割り当てるアウトラインレベル。このパラメータは、複数レベルの小計の作成を可能にし、アウトラインツリーの表示に影響を与えます。
groupFrom
グループの区切りの検出に使用される範囲内の最初の列。
groupTo
グループの区切りの検出に使用される範囲内の最後の列。
totalOn
集計される値を含む列。
caption
新しい小計行に挿入するテキスト。
newRowIndex
新しい小計行のインデックス。
isNewRow
小計行が新しい行であるか、または小計が既存の小計行に追加されるか。
top
グループ内の最初の行のインデックス。
bottom
グループ内の最後の行のインデックス。
aggregateValue
グループの計算集計値。
style
新しい小計行に適用される CellStyle
参照

SubtotalEventArgs クラス
SubtotalEventArgs メンバ