FlexPivot for WinForms
SubtotalEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > SubtotalEventArgs クラス : SubtotalEventArgs コンストラクタ
AggregateEnum value that specifies the type of aggregate to calculate.
Outline level to assign to the new subtotal rows. This parameter allows the creation of multi-level subtotals and affects the display of the outline tree.
First column in the range used to detect group breaks.
Last column in the range used to detect group breaks.
Column that contains values being aggregated.
Text to insert in the new subtotal row.
Index of the new subtotal row.
Whether the subtotal row is a new row or the subtotal is being added to an existing subtotal row.
Index of the top row in the group.
Index of the bottom row in the group.
Calculated aggregate value for the group.
CellStyle to be applied to the new subotal row.
Initializes a new instance of a SubtotalEventArgs object.
シンタックス
'宣言
 
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 value that specifies the type of aggregate to calculate.
level
Outline level to assign to the new subtotal rows. This parameter allows the creation of multi-level subtotals and affects the display of the outline tree.
groupFrom
First column in the range used to detect group breaks.
groupTo
Last column in the range used to detect group breaks.
totalOn
Column that contains values being aggregated.
caption
Text to insert in the new subtotal row.
newRowIndex
Index of the new subtotal row.
isNewRow
Whether the subtotal row is a new row or the subtotal is being added to an existing subtotal row.
top
Index of the top row in the group.
bottom
Index of the bottom row in the group.
aggregateValue
Calculated aggregate value for the group.
style
CellStyle to be applied to the new subotal row.
参照

SubtotalEventArgs クラス
SubtotalEventArgs メンバ