Version

AllowCellEdit Enumeration

Constants which describe whether the end user is allowed to edit cell values.
Syntax
'Declaration
 
Public Enum AllowCellEdit 
   Inherits System.Enum
public enum AllowCellEdit : System.Enum 
Members
MemberDescription
ActivateOnlyThe end user can navigate to a cell (i.e., activate it), but cannot cause a cell to enter edit mode.
DefaultThe actual value is determined at a higher level of the resolution hierarchy.
DisabledThe end user cannot navigate to the cell or cause the cell to enter edit mode.
FullThe end user can cause the cell to enter edit mode as well as modify the value.
ReadOnlyThe end user can cause the cell to enter edit mode, but cannot modify the value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also