IsSectionExpanded

Returns whether the expnder section is expanded or collapsed.

Parameters

Name Type Description
sectionName String The name of the expander section.

Return Value

Result Value
true  The section is expanded.
false The section is collapsed or not found.

Examples

This example returns true if the Notes section is expanded or false if it is collapsed:

IsSectionExpanded("Notes");

Comments

This currently works only with expander sections.