Range.AllowEdit Property

Definition

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

public:
 property bool AllowEdit { bool get(); };
public bool AllowEdit { get; }
Public ReadOnly Property AllowEdit As Boolean

Property Value

Remarks

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

Applies to