SlideShowView.GotoClick Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub GotoClick ( _
Index As Integer _
)
'Usage
Dim instance As SlideShowView
Dim Index As Integer
instance.GotoClick(Index)
void GotoClick(
int Index
)
Parameters
- Index
Type: System.Int32