Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / AutoFit Enumeration


In This Topic
    AutoFit Enumeration
    In This Topic
    Value indicating how a Table should auto resize.
    Syntax
    'Declaration
     
    Public Enum AutoFit 
       Inherits System.Enum
    'Usage
     
    Dim instance As AutoFit
    public enum AutoFit : System.Enum 
    Members
    MemberDescription
    ColumnWidthThe Table does not have a fixed width and uses the defined column's width.
    ContentsFits the columns’ widths to their content.
    FixedThe Table has a fixed width and uses the defined column's width to calculate its width.
    WindowStretches the Table's width across the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.AutoFit

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also