set_visible method

set_visible

Sets the visible options.

def set_visible(self, is_visible, ignore_error):
    ...
ParameterTypeDescription
is_visibleboolWhether the worksheet is visible
ignore_errorboolWhether to ignore error if this option is not valid.

See Also