Compartir a través de


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

Return Value

Type: System.Int32

See Also

Reference

SectionProperties Interface

SectionProperties Members

Microsoft.Office.Interop.PowerPoint Namespace