Share via


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

See Also

Reference

SlideRange Interface

SlideRange Members

Microsoft.Office.Interop.PowerPoint Namespace