Protection.AllowFormattingCells 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.
Returns True if the formatting of cells is allowed on a protected worksheet.
public:
property bool AllowFormattingCells { bool get(); };
public bool AllowFormattingCells { get; }
Public ReadOnly Property AllowFormattingCells As Boolean
Property Value
Remarks
The AllowFormattingCells property can be set by using the Protect(Object, Object, Object) method arguments.
Use of this property disables the protection tab, allowing the user to change all formats but not to unlock or unhide ranges.