Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NMasterDetails Class / jhdh Method


In This Topic
    jhdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function jhdh( _
       ByVal Khdh As NDataSource, _
       ByVal lhdh As System.Integer, _
       ByVal Mhdh As System.Integer _
    ) As NDetailsCell()
    'Usage
     
    
    Dim instance As NMasterDetails
    Dim Khdh As NDataSource
    Dim lhdh As System.Integer
    Dim Mhdh As System.Integer
    Dim value() As NDetailsCell
     
    value = instance.jhdh(Khdh, lhdh, Mhdh)
    internal NDetailsCell[] jhdh( 
       NDataSource Khdh,
       System.int lhdh,
       System.int Mhdh
    )

    Parameters

    Khdh
    lhdh
    Mhdh
    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