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


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

    Parameters

    AYCh
    bYCh
    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