section.setVisible (Client API reference)

Sets a value that indicates whether the section is visible.

Syntax

sectionObj.setVisible(bool);

Parameter

Name Type Required Description
bool Boolean Yes Specify true to show the section; false to hide the section.

getVisible