ComponentOne True DBGrid for WinForms
PrintInfo.FillEmptyEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : PrintInfo.FillEmptyEnum Enumeration
Specifies how empty space left on a printed page is handled (filled or otherwise).
Syntax
'Declaration
 
Public Enum PrintInfo.FillEmptyEnum 
   Inherits System.Enum
public enum PrintInfo.FillEmptyEnum : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1TrueDBGrid Namespace