HideSection

Marks the specified section or tab as hidden, 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 hidden:

HideSection("Notes");

Comments

This currently works only with sections and tabs.