FlexPivot for WinForms
PageOrder 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : PageOrder 列挙体
Specifies the order of the pages during printing when the data does not fit on one page.
シンタックス
'宣言
 
Public Enum PageOrder 
   Inherits System.Enum
public enum PageOrder : System.Enum 
メンバ
メンバ解説
DownThenOverPrint pages from the top down and then left to right.
OverThenDownPrint pages from left to right and then from the top down.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間