Edit

Excel.ProtectionSelectionMode enum

Remarks

[Api set: ExcelApi 1.7]

Fields

none = "None"

Selection is not allowed for any cells.

  • [Api set: ExcelApi 1.7]
normal = "Normal"

Selection is allowed for all cells.

  • [Api set: ExcelApi 1.7]
unlocked = "Unlocked"

Selection is allowed only for cells that are not locked.

  • [Api set: ExcelApi 1.7]