NativeExcel for .Net Developer's Reference

XlEnableSelection Enumeration

Specifies what can be selected on the sheet.

[Visual Basic]
Public Enum XlEnableSelection
[C#]
public enum XlEnableSelection
[C++]
public __value enum XlEnableSelection
[JScript]
public enum XlEnableSelection

Members

Member NameDescription
xlNoRestrictionsAnything can be selected.
xlNoSelectionNothing can be selected.
xlUnlockedCellsOnly unlocked cells can be selected.

Requirements

Namespace: NativeExcel

Assembly: NativeExcel (in NativeExcel.dll)

See Also

NativeExcel Namespace | EnableSelection