SlideRange.MoveToSectionStart Method
Moves the current position to the start of the specified section in the SlideRange object.
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 SlideRange
Dim toSection As Integer
instance.MoveToSectionStart(toSection)
void MoveToSectionStart(
int toSection
)
Parameters
- toSection
Type: System.Int32
The section to move to.