Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.