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


In This Topic
    MKbh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function MKbh( _
       ByVal nKbh As System.Double, _
       ByVal OKbh As NList(Of NColumn), _
       ByVal pKbh As System.Integer, _
       ByVal QKbh As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim nKbh As System.Double
    Dim OKbh As NList(Of NColumn)
    Dim pKbh As System.Integer
    Dim QKbh As System.Integer
    Dim value As System.Integer
     
    value = NColumnCollection.MKbh(nKbh, OKbh, pKbh, QKbh)
    internal static System.int MKbh( 
       System.double nKbh,
       NList<NColumn> OKbh,
       System.int pKbh,
       System.int QKbh
    )

    Parameters

    nKbh
    OKbh
    pKbh
    QKbh
    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