Back to Devexpress

ShapeCollection.Move(Int32, Int32) Method

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

latest1.3 KB
Original Source

ShapeCollection.Move(Int32, Int32) Method

Moves the shape at the specified index 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(
    int oldIndex,
    int newIndex
)
vb
Public Sub Move(
    oldIndex As Integer,
    newIndex As Integer
)

Parameters

NameTypeDescription
oldIndexInt32

An index of a shape to be moved.

| | newIndex | Int32 |

A new index of the shape.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace