Protection.AllowFormattingColumns Property

Definition

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.

Applies to