View.GotoSlide Method

Switches to the specified slide.

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

Syntax

'Declaration
Sub GotoSlide ( _
    Index As Integer _
)
'Usage
Dim instance As View
Dim Index As Integer

instance.GotoSlide(Index)
void GotoSlide(
    int Index
)

Parameters

  • Index
    Type: System.Int32
    The number of the slide to switch to.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.PowerPoint Namespace