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

In This Topic
    TableSizingModeEnum Enumeration
    In This Topic
    Enumerates the sizing modes of a RenderTable.
    Syntax
    'Declaration
     
    Public Enum TableSizingModeEnum 
       Inherits System.Enum
    public enum TableSizingModeEnum : System.Enum 
    Members
    MemberDescription
    AutoSize (height for rows, width for columns) is calculated automatically based on the content.
    DefaultAt table level, default is Auto for rows, and Fixed for columns; at row/column level, default inherits from the table.
    FixedSize (height for rows, width for columns) should be explicitly specified (if omitted, it is determined by the available space and row/column count).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.TableSizingModeEnum

    See Also