Back to Devexpress

SlideCollection.Move(Int32, Int32) Method

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

latest1.4 KB
Original Source

SlideCollection.Move(Int32, Int32) Method

Moves a slide from one position to another within the collection.

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

The zero-based index of the slide to move.

| | newIndex | Int32 |

The zero-based index to which the slide should be moved.

|

See Also

SlideCollection Class

SlideCollection Members

DevExpress.Docs.Presentation Namespace