Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTable Class / hAl Method


In This Topic
    hAl Method (NTable)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hAl( _
       ByVal lUQC As System.Boolean, _
       ByRef MUQC As NSize, _
       ByRef nUQC As NSize _
    ) 
    'Usage
     
    
    Dim instance As NTable
    Dim lUQC As System.Boolean
    Dim MUQC As NSize
    Dim nUQC As NSize
     
    instance.hAl(lUQC, MUQC, nUQC)
    internal override void hAl( 
       System.bool lUQC,
       out NSize MUQC,
       out NSize nUQC
    )

    Parameters

    lUQC
    MUQC
    nUQC
    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