Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / ZOrder Method
Specifies where to move the specified shape relative to the other shapes.


In This Topic
    ZOrder Method
    In This Topic
    Moves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).
    Syntax
    'Declaration
     
    
    Sub ZOrder( _
       ByVal zOrderCmd As ZOrderCommand _
    ) 
    'Usage
     
    
    Dim instance As IShapeBase
    Dim zOrderCmd As ZOrderCommand
     
    instance.ZOrder(zOrderCmd)
    void ZOrder( 
       ZOrderCommand zOrderCmd
    )

    Parameters

    zOrderCmd
    Specifies where to move the specified shape relative to the other shapes.
    See Also