SectionProperties.SlidesCount Method
Returns the number of slides in the specified section.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function SlidesCount ( _
sectionIndex As Integer _
) As Integer
'Usage
Dim instance As SectionProperties
Dim sectionIndex As Integer
Dim returnValue As Integer
returnValue = instance.SlidesCount(sectionIndex)
int SlidesCount(
int sectionIndex
)
Parameters
- sectionIndex
Type: System.Int32
The index of the section.
Return Value
Type: System.Int32