Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 756 Bytes

Excel.Chart.ProtectContents.md

File metadata and controls

28 lines (17 loc) · 756 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.ProtectContents property (Excel)
vbaxl10.chm148090
vbaxl10.chm148090
Excel.Chart.ProtectContents
03a731a4-9848-dab1-1b49-b3b631c93a77
04/16/2019
medium

Chart.ProtectContents property (Excel)

True if the contents of the sheet are protected. For a chart, this protects the entire chart. To turn on content protection, use the Protect method with the Contents argument set to True. Read-only Boolean.

Syntax

expression.ProtectContents

expression A variable that represents a Chart object.

[!includeSupport and feedback]