[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SubtotalPositionEnum

SubtotalPositionEnum Enum

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.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum SubtotalPositionEnum

Fields

Name Description
AboveData

Subtotal rows are inserted above the data (tree-style).

BelowData

Subtotal rows are inserted below the data (spreadsheet-style).