SectionProperties.FirstSlide Method
Returns the index of the first slide in the specified section, or returns -1 if the section is empty.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function FirstSlide ( _
sectionIndex As Integer _
) As Integer
'Usage
Dim instance As SectionProperties
Dim sectionIndex As Integer
Dim returnValue As Integer
returnValue = instance.FirstSlide(sectionIndex)
int FirstSlide(
int sectionIndex
)
Parameters
- sectionIndex
Type: System.Int32
The index of the section.
Return Value
Type: System.Int32