Xceed Words for .NET v3.0 Documentation
AutoFit Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : AutoFit Enumeration
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 this 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

Reference

Xceed.Document.NET Namespace