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


In This Topic
    WArC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WArC( _
       ByVal xArC As NTableCell, _
       ByVal YArC As System.Integer, _
       ByVal AbrC As System.Integer _
    ) As NRange
    'Usage
     
    
    Dim instance As NTable
    Dim xArC As NTableCell
    Dim YArC As System.Integer
    Dim AbrC As System.Integer
    Dim value As NRange
     
    value = instance.WArC(xArC, YArC, AbrC)
    internal NRange WArC( 
       NTableCell xArC,
       System.int YArC,
       System.int AbrC
    )

    Parameters

    xArC
    YArC
    AbrC
    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