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


In This Topic
    hAl Method (NTableRow)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hAl( _
       ByVal lSUC As System.Boolean, _
       ByRef MSUC As NSize, _
       ByRef nSUC As NSize _
    ) 
    'Usage
     
    
    Dim instance As NTableRow
    Dim lSUC As System.Boolean
    Dim MSUC As NSize
    Dim nSUC As NSize
     
    instance.hAl(lSUC, MSUC, nSUC)
    internal override void hAl( 
       System.bool lSUC,
       out NSize MSUC,
       out NSize nSUC
    )

    Parameters

    lSUC
    MSUC
    nSUC
    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