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.
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
- Index
Type: System.Int32
- AfterSlide
Type: System.Boolean
- sectionTitle
Type: System.String
- newSectionIndex
Type: System.Int32