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