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


In This Topic
    IhCh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function IhCh( _
       ByVal jhCh As System.Double, _
       ByVal KhCh() As NNode, _
       ByVal lhCh As System.Integer, _
       ByVal MhCh As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim jhCh As System.Double
    Dim KhCh() As NNode
    Dim lhCh As System.Integer
    Dim MhCh As System.Integer
    Dim value As System.Integer
     
    value = NRowCollectionBase.IhCh(jhCh, KhCh, lhCh, MhCh)
    internal static System.int IhCh( 
       System.double jhCh,
       NNode[] KhCh,
       System.int lhCh,
       System.int MhCh
    )

    Parameters

    jhCh
    KhCh
    lhCh
    MhCh
    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