Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFormattingDeclaration Class / KbC Method


In This Topic
    KbC Method (NFormattingDeclaration)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub KbC( _
       ByVal nhdh As NDataCell, _
       ByVal Ohdh As NWidget, _
       ByVal phdh As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NFormattingDeclaration
    Dim nhdh As NDataCell
    Dim Ohdh As NWidget
    Dim phdh As System.Object
     
    instance.KbC(nhdh, Ohdh, phdh)
    internal abstract void KbC( 
       NDataCell nhdh,
       NWidget Ohdh,
       System.object phdh
    )

    Parameters

    nhdh
    Ohdh
    phdh
    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