Slicer.Locked 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.
Gets or sets whether the specified slicer can be modified when the sheet that contains it is protected.
public:
property bool Locked { bool get(); void set(bool value); };
public bool Locked { get; set; }
Public Property Locked As Boolean
Property Value
true if the specified slicer can be modified when the sheet that contains it is protected; otherwise, false. The default is true
Remarks
Read/write.
true if the slicer is locked when the sheet is protected. false if the slicer can be modified when the sheet is protected. The default value is true.