Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDataCellCollection Class / rCC Method


In This Topic
    rCC Method (NDataCellCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub rCC( _
       ByVal CMCh As NRow, _
       ByVal dMCh As System.Double, _
       ByVal EMCh As System.Double, _
       ByVal fMCh As System.Double, _
       ByVal GMCh As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NDataCellCollection
    Dim CMCh As NRow
    Dim dMCh As System.Double
    Dim EMCh As System.Double
    Dim fMCh As System.Double
    Dim GMCh As System.Double
     
    instance.rCC(CMCh, dMCh, EMCh, fMCh, GMCh)
    internal override void rCC( 
       NRow CMCh,
       System.double dMCh,
       System.double EMCh,
       System.double fMCh,
       System.double GMCh
    )

    Parameters

    CMCh
    dMCh
    EMCh
    fMCh
    GMCh
    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