Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NMergeCellsCommandAction Class / ptb Method


In This Topic
    ptb Method (NMergeCellsCommandAction)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function ptb( _
       ByVal MUUh As NNode, _
       ByVal nUUh As System.Object _
    ) As NBatch
    'Usage
     
    
    Dim instance As NMergeCellsCommandAction
    Dim MUUh As NNode
    Dim nUUh As System.Object
    Dim value As NBatch
     
    value = instance.ptb(MUUh, nUUh)
    internal override NBatch ptb( 
       NNode MUUh,
       System.object nUUh
    )

    Parameters

    MUUh
    nUUh
    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