Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENColumnWidthMode Enumeration


In This Topic
    ENColumnWidthMode Enumeration
    In This Topic
    Enumerates the column width modes.
    Syntax
    'Declaration
     
    
    Public Enum ENColumnWidthMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENColumnWidthMode
    public enum ENColumnWidthMode : System.Enum 
    Members
    MemberDescription
    AutoThe column width is detemined by the size of its content.
    FixedThe column has fixed width.
    PercentageThe column width is specified as a percentage of the table's width.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENColumnWidthMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also