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


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

    Parameters

    ApKC
    bpKC
    CpKC
    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