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
- sectionIndex
Type: System.Int32
The index of the section in the SectionProperties collection.
Return Value
Type: System.String