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


In This Topic
    AWQC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function AWQC( _
       ByVal bWQC As System.Integer, _
       ByVal CWQC As System.Integer, _
       ByVal dWQC As MSIC _
    ) As NTableCell
    'Usage
     
    
    Dim instance As NTable
    Dim bWQC As System.Integer
    Dim CWQC As System.Integer
    Dim dWQC As MSIC
    Dim value As NTableCell
     
    value = instance.AWQC(bWQC, CWQC, dWQC)
    internal NTableCell AWQC( 
       System.int bWQC,
       System.int CWQC,
       MSIC dWQC
    )

    Parameters

    bWQC
    CWQC
    dWQC
    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