SectionProperties.SectionID Method
Returns the unique identifier of the specified section.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function SectionID ( _
sectionIndex As Integer _
) As String
'Usage
Dim instance As SectionProperties
Dim sectionIndex As Integer
Dim returnValue As String
returnValue = instance.SectionID(sectionIndex)
string SectionID(
int sectionIndex
)
Parameters
- sectionIndex
Type: System.Int32
The index of the section.
Return Value
Type: System.String
Remarks
The returned identifier is in the form "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX}", where each "X" is a hexadecimal digit.