FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SubtotalPositionEnum Enumeration

In This Topic
    SubtotalPositionEnum Enumeration
    In This Topic
    Specifies whether subtotals rows created with the C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags) method should be inserted above or below the data they refer to.
    Syntax
    'Declaration
     
    
    Public Enum SubtotalPositionEnum 
       Inherits System.Enum
    public enum SubtotalPositionEnum : System.Enum 
    Members
    MemberDescription
    AboveDataSubtotal rows are inserted above the data (tree-style).
    BelowDataSubtotal rows are inserted below the data (spreadsheet-style).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.SubtotalPositionEnum

    See Also