ExpandSection

Expands the specified expander section, if it is not already expanded.

Parameters

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

Return Value

Result Value
(none)  

Examples

This example expands the Notes section:

ExpandSection("Notes");

Comments

This currently works only with expander sections.