_Presentation.NewSectionAfter Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub NewSectionAfter ( _
    Index As Integer, _
    AfterSlide As Boolean, _
    sectionTitle As String, _
    <OutAttribute> ByRef newSectionIndex As Integer _
)
'Usage
Dim instance As _Presentation
Dim Index As Integer
Dim AfterSlide As Boolean
Dim sectionTitle As String
Dim newSectionIndex As Integer

instance.NewSectionAfter(Index, AfterSlide, _
    sectionTitle, newSectionIndex)
void NewSectionAfter(
    int Index,
    bool AfterSlide,
    string sectionTitle,
    out int newSectionIndex
)

Parameters

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace