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


In This Topic
    hAl Method (NTableCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hAl( _
       ByVal vIUC As System.Boolean, _
       ByRef WIUC As NSize, _
       ByRef xIUC As NSize _
    ) 
    'Usage
     
    
    Dim instance As NTableCell
    Dim vIUC As System.Boolean
    Dim WIUC As NSize
    Dim xIUC As NSize
     
    instance.hAl(vIUC, WIUC, xIUC)
    internal override void hAl( 
       System.bool vIUC,
       out NSize WIUC,
       out NSize xIUC
    )

    Parameters

    vIUC
    WIUC
    xIUC
    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