_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

See Also

Reference

_Slide Interface

_Slide Members

Microsoft.Office.Interop.PowerPoint Namespace