Share via


CustomLayout.MoveTo Method

Moves the specified CustomLayout object to a different position in the CustomLayoutS collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub MoveTo ( _
    toPos As Integer _
)
'Usage
Dim instance As CustomLayout
Dim toPos As Integer

instance.MoveTo(toPos)
void MoveTo(
    int toPos
)

Parameters

See Also

Reference

CustomLayout Interface

CustomLayout Members

Microsoft.Office.Interop.PowerPoint Namespace