Compartir a través de


SectionProperties.Name Method

Returns the name of the specified section.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function Name ( _
    sectionIndex As Integer _
) As String
'Usage
Dim instance As SectionProperties
Dim sectionIndex As Integer
Dim returnValue As String

returnValue = instance.Name(sectionIndex)
string Name(
    int sectionIndex
)

Parameters

Return Value

Type: System.String

See Also

Reference

SectionProperties Interface

SectionProperties Members

Microsoft.Office.Interop.PowerPoint Namespace