NamedRange.AllowEdit Property (2007 System)

Gets a value that indicates whether the NamedRange control can be edited on a protected worksheet.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AllowEdit As Boolean
'Usage
Dim instance As NamedRange 
Dim value As Boolean 

value = instance.AllowEdit
[BrowsableAttribute(false)]
public bool AllowEdit { get; }
[BrowsableAttribute(false)]
public:
property bool AllowEdit {
    bool get ();
}
public function get AllowEdit () : boolean

Property Value

Type: System.Boolean
true if the NamedRange control can be edited on a protected worksheet; otherwise, false.

.NET Framework Security

See Also

Reference

NamedRange Class

NamedRange Members

Microsoft.Office.Tools.Excel Namespace