Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ZOrder Method
The drawing objects to process.
The action agains the drawing object.


In This Topic
    ZOrder Method (ShapeActionsCommand)
    In This Topic
    Creates a ShapeActionsCommand instance for change z-order of specified objects.
    Syntax
    'Declaration
     
    
    Public Shared Function ZOrder( _
       ByVal drawingObjects() As Shape, _
       ByVal zOrderCommand As ZOrderCommand _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim zOrderCommand As ZOrderCommand
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.ZOrder(drawingObjects, zOrderCommand)

    Parameters

    drawingObjects
    The drawing objects to process.
    zOrderCommand
    The action agains the drawing object.
    See Also