IsSectionShown

Returns whether the given section is shown or hidden.

Parameters

Name Type Description
sectionName String The name of the section.

Return Value

Result Value
true  The section is shown.
false The section is hidden.

Examples

This example returns true if the Notes section is shown, or false if it is hidden:

IsSectionShown("Notes");

Comments

(none)