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


In This Topic
    EhCh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function EhCh( _
       ByVal fhCh As System.Double, _
       ByVal GhCh As System.Double, _
       ByVal hhCh As NList(Of NRow) _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NRowCollectionBase
    Dim fhCh As System.Double
    Dim GhCh As System.Double
    Dim hhCh As NList(Of NRow)
    Dim value As System.Integer
     
    value = instance.EhCh(fhCh, GhCh, hhCh)
    internal System.int EhCh( 
       System.double fhCh,
       System.double GhCh,
       NList<NRow> hhCh
    )

    Parameters

    fhCh
    GhCh
    hhCh
    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