NamedRange::AllowEdit Property

 

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 (in Microsoft.Office.Tools.Excel.dll)

property bool AllowEdit {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: