ComponentOne FlexGrid for WinForms
SubtotalPositionEnum Enumeration

C1.Win.C1FlexGrid Namespace : SubtotalPositionEnum Enumeration
Specifies whether subtotals rows created with the C1FlexGridBase.Subtotal 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.C1FlexGrid.SubtotalPositionEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace