title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ChartObject.ProtectChartObject property (Excel) |
vbaxl10.chm494100 |
|
|
0fd7830a-5c07-89f4-190d-b4b231512de7 |
04/20/2019 |
medium |
True if the embedded chart frame cannot be moved, resized, or deleted through the user interface. Read/write Boolean.
expression.ProtectChartObject
expression A variable that represents a ChartObject object.
Setting this property to True will not protect the embedded chart frame from being modified through the object model.
This example protects embedded chart one on worksheet one.
Worksheets(1).ChartObjects(1).ProtectChartObject = True
[!includeSupport and feedback]