_Slide.MoveToSectionStart Method
Moves the current slide to the start of the specified section.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub MoveToSectionStart ( _
toSection As Integer _
)
'Usage
Dim instance As _Slide
Dim toSection As Integer
instance.MoveToSectionStart(toSection)
void MoveToSectionStart(
int toSection
)
Parameters
- toSection
Type: System.Int32
The section to move to.