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


In This Topic
    ShCh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub ShCh( _
       ByVal thCh As System.Integer, _
       ByVal UhCh As System.Integer, _
       ByVal vhCh() As NNode, _
       ByVal WhCh As NList(Of NRow) _
    ) 
    'Usage
     
    
    Dim thCh As System.Integer
    Dim UhCh As System.Integer
    Dim vhCh() As NNode
    Dim WhCh As NList(Of NRow)
     
    NRowCollectionBase.ShCh(thCh, UhCh, vhCh, WhCh)
    internal static void ShCh( 
       System.int thCh,
       System.int UhCh,
       NNode[] vhCh,
       NList<NRow> WhCh
    )

    Parameters

    thCh
    UhCh
    vhCh
    WhCh
    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