FlexPivot for WinForms
SubtotalPositionEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : SubtotalPositionEnum 列挙体
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 
   Inherits System.Enum
public enum SubtotalPositionEnum : System.Enum 
メンバ
メンバ解説
AboveDataSubtotal rows are inserted above the data (tree-style).
BelowDataSubtotal rows are inserted below the data (spreadsheet-style).
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間