XlEnableSelection Enumeration

Specifies what can be selected on the sheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlEnableSelection
'Usage
Dim instance As XlEnableSelection
public enum XlEnableSelection

Members

Member name Description
xlNoRestrictions Anything may be selected.
xlUnlockedCells Only unlocked cells may be selected.
xlNoSelection Nothing may be selected.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace