Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRowCollection Class / tCC Method


In This Topic
    tCC Method (NRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function tCC( _
       ByVal CGCh As System.Double, _
       ByVal dGCh As System.Double _
    ) As NList(Of NRow)
    'Usage
     
    
    Dim instance As NRowCollection
    Dim CGCh As System.Double
    Dim dGCh As System.Double
    Dim value As NList(Of NRow)
     
    value = instance.tCC(CGCh, dGCh)
    internal override NList<NRow> tCC( 
       System.double CGCh,
       System.double dGCh
    )

    Parameters

    CGCh
    dGCh
    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