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


In This Topic
    hKbh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function hKbh( _
       ByVal IKbh As System.Double, _
       ByVal jKbh As NList(Of NColumn), _
       ByVal KKbh As System.Integer, _
       ByVal lKbh As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim IKbh As System.Double
    Dim jKbh As NList(Of NColumn)
    Dim KKbh As System.Integer
    Dim lKbh As System.Integer
    Dim value As System.Integer
     
    value = NColumnCollection.hKbh(IKbh, jKbh, KKbh, lKbh)
    internal static System.int hKbh( 
       System.double IKbh,
       NList<NColumn> jKbh,
       System.int KKbh,
       System.int lKbh
    )

    Parameters

    IKbh
    jKbh
    KKbh
    lKbh
    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