_Chart.ProtectContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the contents of the sheet are protected. This protects the entire chart.
public:
property bool ProtectContents { bool get(); };
public bool ProtectContents { get; }
Public ReadOnly Property ProtectContents As Boolean