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)

Usage

Dim xlEnableSelection1 As XlEnableSelection = XlEnableSelection.xlNoRestrictions

Syntax

Public Enum XlEnableSelection
public enum XlEnableSelection
public enum class XlEnableSelection
public enum XlEnableSelection
public enum XlEnableSelection

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace