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


In This Topic
    MICh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MICh( _
       ByVal nICh As NList(Of WOCh), _
       ByVal OICh As OUCh, _
       ByVal pICh As NTreeGrid _
    ) 
    'Usage
     
    
    Dim instance As NRowCollectionBase
    Dim nICh As NList(Of WOCh)
    Dim OICh As OUCh
    Dim pICh As NTreeGrid
     
    instance.MICh(nICh, OICh, pICh)
    internal void MICh( 
       NList<WOCh> nICh,
       OUCh OICh,
       NTreeGrid pICh
    )

    Parameters

    nICh
    OICh
    pICh
    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