Share via


SectionProperties.SectionID Method (PowerPoint)

Returns a string that represents the unique identifier of the specified section.

Syntax

expression .SectionID(sectionIndex)

expression A variable that represents a SectionProperties object.

Parameters

Name

Required/Optional

Data Type

Description

sectionIndex

Required

Integer

The index of the section.

Return Value

String

Remarks

The returned string is in the form "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX}", where each "X" is a hexadecimal digid.

See Also

Concepts

SectionProperties Object Members

SectionProperties Object