This property returns or sets whether the sheet is visible. A value of true means that the sheet is visible. In visible mode, we can not hide all the sheet in a spreadsheet, there must be at least one visible sheet in a spreadsheet.
Defined in
Data type
boolean
Syntax
public boolean isVisible() public void setVisible(boolean visible)
See examples