ig.excel.WorksheetProtectedSelectionMode
Enumeration used to indicate which cells may be selected when the Worksheet is protected.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
-
allCells
- Type:
- ig.excel.WorksheetProtectedSelectionMode
- Default:
- 0
All cells including locked cells may be selected.
-
noCells
- Type:
- ig.excel.WorksheetProtectedSelectionMode
- Default:
- 2
The selection cannot be change.
-
unlockedCells
- Type:
- ig.excel.WorksheetProtectedSelectionMode
- Default:
- 1
Only cells that are unlocked may be selected via the keyboard or mouse. Note a cell that is locked may be selected if a range selection is created between 2 unlocked cells.
The current widget has no events.
The current widget has no public methods.