Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 855 Bytes

Excel.Chart.ProtectionMode.md

File metadata and controls

37 lines (22 loc) · 855 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.ProtectionMode property (Excel)
vbaxl10.chm148092
vbaxl10.chm148092
Excel.Chart.ProtectionMode
5a9afe8c-df46-cbfe-d692-d4be8f2e505b
04/16/2019
medium

Chart.ProtectionMode property (Excel)

True if user-interface-only protection is turned on. To turn on user interface protection, use the Protect method with the UserInterfaceOnly argument set to True. Read-only Boolean.

Syntax

expression.ProtectionMode

expression A variable that represents a Chart object.

Example

This example displays the status of the ProtectionMode property.

MsgBox ActiveSheet.ProtectionMode

[!includeSupport and feedback]