Share via


ChartSheet.ProtectionMode Property (2007 System)

Gets or sets a value that indicates whether user-interface-only protection is turned on.

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

Syntax

'Declaration
Public ReadOnly Property ProtectionMode As Boolean
'Usage
Dim instance As ChartSheet 
Dim value As Boolean 

value = instance.ProtectionMode
public bool ProtectionMode { get; }
public:
property bool ProtectionMode {
    bool get ();
}
public function get ProtectionMode () : boolean

Property Value

Type: System.Boolean
true if user-interface-only protection is turned on.

Remarks

To turn on user interface protection, use the Protect(Object, Object, Object, Object, Object) method with the UserInterfaceOnly argument set to true.

.NET Framework Security

See Also

Reference

ChartSheet Class

ChartSheet Members

Microsoft.Office.Tools.Excel Namespace