This method sets whether the edit area of the spreadsheet is visible and is only effective when the spreadsheet is opened in visible mode.
Defined in
Syntax
public void setEditAreaVisible(boolean Visible)
Parameters
boolean VisibleSpecifies true to indicate that the edit area is visible, or false to indicate that the edit area is not visible.
See examples