XlEnableSelection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies what can be selected on the sheet.
public enum class XlEnableSelection
public enum XlEnableSelection
Public Enum XlEnableSelection
- Inheritance
-
XlEnableSelection
Fields
Name | Value | Description |
---|---|---|
xlNoSelection | -4142 | Nothing may be selected. |
xlNoRestrictions | 0 | Anything may be selected. |
xlUnlockedCells | 1 | Only unlocked cells may be selected. |