_Worksheet.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. For a chart, this protects the entire chart. For a worksheet, this protects the individual cells. Read-only Boolean.
public:
property bool ProtectContents { bool get(); };
public bool ProtectContents { get; }
Public ReadOnly Property ProtectContents As Boolean