[]
Specifies whether subtotals rows created with 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 should be inserted above or below the data they refer to.
public enum SubtotalPositionEnum
Name | Description |
---|---|
AboveData | Subtotal rows are inserted above the data (tree-style). |
BelowData | Subtotal rows are inserted below the data (spreadsheet-style). |