Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ChangePlacement Method
The drawing objects to process.
The new placement of the shape(s).


In This Topic
    ChangePlacement Method
    In This Topic
    Creates a ShapeActionsCommand instance for change placement of specified objects.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangePlacement( _
       ByVal drawingObjects() As Shape, _
       ByVal value As Placement _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim value As Placement
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.ChangePlacement(drawingObjects, value)
    public static ShapeActionsCommand ChangePlacement( 
       Shape[] drawingObjects,
       Placement value
    )

    Parameters

    drawingObjects
    The drawing objects to process.
    value
    The new placement of the shape(s).
    See Also