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