Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NColumnCollection Class / rKbh Method


In This Topic
    rKbh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub rKbh( _
       ByVal SKbh As System.Integer, _
       ByVal tKbh As System.Integer, _
       ByVal UKbh As NList(Of NColumn), _
       ByVal vKbh As NList(Of NColumn) _
    ) 
    'Usage
     
    
    Dim SKbh As System.Integer
    Dim tKbh As System.Integer
    Dim UKbh As NList(Of NColumn)
    Dim vKbh As NList(Of NColumn)
     
    NColumnCollection.rKbh(SKbh, tKbh, UKbh, vKbh)
    internal static void rKbh( 
       System.int SKbh,
       System.int tKbh,
       NList<NColumn> UKbh,
       NList<NColumn> vKbh
    )

    Parameters

    SKbh
    tKbh
    UKbh
    vKbh
    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