FlexPivot for WinForms
Subtotal(AggregateEnum) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Subtotal メソッド : Subtotal(AggregateEnum) メソッド
AggregateEnum value that specifies the type of aggregate to calculate.
Groups rows based on cell contents and calculates aggregate values.
シンタックス
'宣言
 
Public Overloads Sub Subtotal( _
   ByVal aggType As AggregateEnum _
) 
public void Subtotal( 
   AggregateEnum aggType
)

パラメータ

aggType
AggregateEnum value that specifies the type of aggregate to calculate.
解説
This version of the C1.Win.C1FlexGrid.C1FlexGridBase.Subtotal(C1.Win.C1FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.C1FlexGrid.AggregateFlags,C1.Win.C1FlexGrid.RowColFlags) method does not take any column parameters, and is useful only for clearing the subtotals. For example: flex.Subtotal(AggregateEnum.Clear); // clear all subtotals
参照

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