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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.