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

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

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.StretchRowEnum

    See Also