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


In This Topic
    ENRowHeightMode Enumeration
    In This Topic
    Enumerates the column height modes
    Syntax
    'Declaration
     
    
    Public Enum ENRowHeightMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRowHeightMode
    public enum ENRowHeightMode : System.Enum 
    Members
    MemberDescription
    AutoThe row height is automatically determined based on content
    FixedThe row height is at least the specfied size
    Inheritance Hierarchy

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

    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