共用方式為


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

Return Value

Type: System.Int32

See Also

Reference

SectionProperties Interface

SectionProperties Members

Microsoft.Office.Interop.PowerPoint Namespace