Search
Cell.setEditable Method
See Also
 






Sets a value indicating whether this cell is editable.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setEditable (
    boolean value
)

 Parameters

value

true if users are allowed to edit the cell's content, or false otherwise.

 Remarks

If value is true, the content of this cell can be edited. If value is false, the input of new content or change of existing one is blocked. The formula bar input or change for this cell is also blocked.

 See Also