Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSetTableColumnsWidthModeBatch Class / NSetTableColumnsWidthModeBatch Constructor


In This Topic
    NSetTableColumnsWidthModeBatch Constructor
    In This Topic
    Creates a table column width mode batch for the given column width mode.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal columnWidthMode As ENColumnWidthMode _
    )
    'Usage
     
    
    Dim columnWidthMode As ENColumnWidthMode
     
    Dim instance As New NSetTableColumnsWidthModeBatch(columnWidthMode)
    public NSetTableColumnsWidthModeBatch( 
       ENColumnWidthMode columnWidthMode
    )

    Parameters

    columnWidthMode
    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