FlexGrid for WinForms
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
'Usage
 
Dim instance As SubtotalPositionEnum
public enum SubtotalPositionEnum : System.Enum 
public enum class SubtotalPositionEnum : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback