Subtotal Method (C1FlexGridBase)
In This Topic
Groups rows based on cell contents and calculates aggregate values.
Overload List
Overload | Description |
Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,Int32,Int32,String) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,Int32,Int32) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,String,String,String,String) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,String,String,String) | Groups rows based on cell contents and calculates aggregate values. |
Subtotal(AggregateEnum,Int32,String,String) | Groups rows based on cell contents and calculates aggregate values. |
See Also