PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / StretchColumnEnum Enumeration

In This Topic
    StretchColumnEnum Enumeration
    In This Topic
    Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.
    Syntax
    'Declaration
     
    Public Enum StretchColumnEnum 
       Inherits System.Enum
    public enum StretchColumnEnum : System.Enum 
    Members
    MemberDescription
    DefaultThe behavior depends on the RenderTable.StretchColumns property of the containing RenderTable.
    IfLastOnPageThe column can be stretched if it is the last row on the page.
    NoThe column cannot be stretched.
    YesThe column can be stretched as needed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.StretchColumnEnum

    See Also