Share via


Range.AllowEdit Property

Determines if the range can be edited on a protected worksheet.

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

Syntax

'Declaration
ReadOnly Property AllowEdit As Boolean
    Get
'Usage
Dim instance As Range
Dim value As Boolean

value = instance.AllowEdit
bool AllowEdit { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the range can be edited on a protected worksheet.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace