Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRowCollectionBase Class / nhCh Method


In This Topic
    nhCh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function nhCh( _
       ByVal OhCh As System.Double, _
       ByVal phCh() As NNode, _
       ByVal QhCh As System.Integer, _
       ByVal rhCh As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OhCh As System.Double
    Dim phCh() As NNode
    Dim QhCh As System.Integer
    Dim rhCh As System.Integer
    Dim value As System.Integer
     
    value = NRowCollectionBase.nhCh(OhCh, phCh, QhCh, rhCh)
    internal static System.int nhCh( 
       System.double OhCh,
       NNode[] phCh,
       System.int QhCh,
       System.int rhCh
    )

    Parameters

    OhCh
    phCh
    QhCh
    rhCh
    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