True DBGrid for WinForms
PrintInfo.FillEmptyEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : PrintInfo.FillEmptyEnum 列挙体
Specifies how empty space left on a printed page is handled (filled or otherwise).
シンタックス
'宣言
 
Public Enum PrintInfo.FillEmptyEnum 
   Inherits System.Enum
public enum PrintInfo.FillEmptyEnum : System.Enum 
メンバ
メンバ解説
ExtendAllAll columns are extended proportionally to fill the page.
ExtendLastRightmost column on the page is extended to fill the empty space.
NoneEmpty space on the right of the page is left as is.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.PrintInfo.FillEmptyEnum

参照

C1.Win.C1TrueDBGrid 名前空間