XmlMappedRange.AllowEdit Property (2007 System)

Gets a value that indicates whether the XmlMappedRange 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 XmlMappedRange 
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 XmlMappedRange control can be edited on a protected worksheet; otherwise, false.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace