Nevron Open Vision Documentation
Nevron.Nov.Text.Tools Namespace / NSelectTableRowTool Class / xll Method


In This Topic
    xll Method (NSelectTableRowTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function xll( _
       ByVal QpKC As NPoint, _
       ByRef rpKC As INRichTextView, _
       ByRef SpKC As System.Boolean _
    ) As NTextElement
    'Usage
     
    
    Dim instance As NSelectTableRowTool
    Dim QpKC As NPoint
    Dim rpKC As INRichTextView
    Dim SpKC As System.Boolean
    Dim value As NTextElement
     
    value = instance.xll(QpKC, rpKC, SpKC)
    internal override NTextElement xll( 
       NPoint QpKC,
       out INRichTextView rpKC,
       out System.bool SpKC
    )

    Parameters

    QpKC
    rpKC
    SpKC
    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