CollapseSection

Collapses the specified expander section, if it is not already collapsed.

Parameters

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

Return Value

Result Value
(none)  

Examples

This example collapses the Notes section:

CollapseSection("Notes");

Comments

This currently works only with expander sections.