Share via


SlideShowView.GotoSlide Method

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

Syntax

'Declaration
Sub GotoSlide ( _
    Index As Integer, _
    ResetSlide As MsoTriState _
)
'Usage
Dim instance As SlideShowView
Dim Index As Integer
Dim ResetSlide As MsoTriState

instance.GotoSlide(Index, ResetSlide)
void GotoSlide(
    int Index,
    MsoTriState ResetSlide
)

Parameters

See Also

Reference

SlideShowView Interface

SlideShowView Members

Microsoft.Office.Interop.PowerPoint Namespace