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

In This Topic
    StretchTableEnum Enumeration
    In This Topic
    Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
    Syntax
    'Declaration
     
    Public Enum StretchTableEnum 
       Inherits System.Enum
    public enum StretchTableEnum : System.Enum 
    Members
    MemberDescription
    AllColumnsAll columns of a table are stretched equally to fill the page.
    AllVectorsAll rows or columns of a table are stretched equally to fill the page.
    LastColumnOnPageOnly the last column on a page is stretched to fill it.
    LastVectorOnPageOnly the last row or column on a page is stretched to fill it.
    NoneRows or columns of a table do no stretch.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.StretchTableEnum

    See Also