Sets a value indicating whether this cell is editable.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void setEditable ( |
true if users are allowed to edit the cell's content, or false otherwise.
RemarksIf 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