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


In This Topic
    jWQC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub jWQC( _
       ByVal KWQC As System.Integer, _
       ByVal lWQC As System.Integer, _
       ByVal MWQC As NTableCell _
    ) 
    'Usage
     
    
    Dim instance As NTable
    Dim KWQC As System.Integer
    Dim lWQC As System.Integer
    Dim MWQC As NTableCell
     
    instance.jWQC(KWQC, lWQC, MWQC)
    internal void jWQC( 
       System.int KWQC,
       System.int lWQC,
       NTableCell MWQC
    )

    Parameters

    KWQC
    lWQC
    MWQC
    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