Back to Devexpress

ShapeCollection.Move(ShapeBase, Int32) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapecollection-dot-move-x28-devexpress-dot-docs-dot-presentation-dot-shapebase-system-dot-int32-x29.md

latest1.4 KB
Original Source

ShapeCollection.Move(ShapeBase, Int32) Method

Moves the specified shape to the specified index.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void Move(
    ShapeBase shape,
    int newIndex
)
vb
Public Sub Move(
    shape As ShapeBase,
    newIndex As Integer
)

Parameters

NameTypeDescription
shapeShapeBase

A shape to be moved.

| | newIndex | Int32 |

A new index of the shape.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace