UserAccess.AllowEdit Property
True if the user is allowed access to the specified range on a protected worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AllowEdit As Boolean
Get
Set
'Usage
Dim instance As UserAccess
Dim value As Boolean
value = instance.AllowEdit
instance.AllowEdit = value
bool AllowEdit { get; set; }
Property Value
Type: System.Boolean