ShowSection

Marks the specified section or tab as visible, if it is not already marked as such.

Parameters

Name Type Description
sectionName String The name of the section or tab.

Return Value

Result Value
(none)  

Examples

This example marks the Notes section as visible:

ShowSection("Notes");

Comments

This currently works only with sections and tabs.