FlexPivot for WinForms
Subtotal(AggregateEnum,Int32,String,String,String,String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Subtotal メソッド : Subtotal(AggregateEnum,Int32,String,String,String,String) メソッド
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.
Name of the first column in the range used to detect group breaks.
Name of the last column in the range used to detect group breaks.
Name of the column that contains values to be aggregated (usually numeric).
Text to insert in the subtotal rows.
Groups rows based on cell contents and calculates aggregate values.
シンタックス
'宣言
 
Public Overloads Sub Subtotal( _
   ByVal aggType As AggregateEnum, _
   ByVal level As System.Integer, _
   ByVal groupFrom As System.String, _
   ByVal groupTo As System.String, _
   ByVal totalOn As System.String, _
   ByVal caption As System.String _
) 
public void Subtotal( 
   AggregateEnum aggType,
   System.int level,
   System.string groupFrom,
   System.string groupTo,
   System.string totalOn,
   System.string caption
)

パラメータ

aggType
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
Name of the first column in the range used to detect group breaks.
groupTo
Name of the last column in the range used to detect group breaks.
totalOn
Name of the column that contains values to be aggregated (usually numeric).
caption
Text to insert in the subtotal rows.
解説
This is a variant of the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) method that takes column names instead of indices.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧