setEditAreaVisible method

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

Spreadsheet

Syntax

public void setEditAreaVisible(boolean Visible)

Parameters

boolean Visible

Specifies true to indicate that the edit area is visible, or false to indicate that the edit area is not visible.

See examples

Example: setEditAreaVisible method