Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGroupRowCondition Class / tbC Method


In This Topic
    tbC Method (NGroupRowCondition)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function tbC( _
       ByVal jxCh As NGrid, _
       ByVal KxCh As NDataSource _
    ) As INDataRowFilter
    'Usage
     
    
    Dim instance As NGroupRowCondition
    Dim jxCh As NGrid
    Dim KxCh As NDataSource
    Dim value As INDataRowFilter
     
    value = instance.tbC(jxCh, KxCh)
    internal override INDataRowFilter tbC( 
       NGrid jxCh,
       NDataSource KxCh
    )

    Parameters

    jxCh
    KxCh
    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