Protection.AllowFormattingColumns 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 columns is allowed on a protected worksheet.
public:
property bool AllowFormattingColumns { bool get(); };
public bool AllowFormattingColumns { get; }
Public ReadOnly Property AllowFormattingColumns As Boolean
Property Value
Remarks
The AllowFormattingColumns property can be set by using the Protect(Object, Object, Object) method arguments.