Protection.AllowFormattingRows Property

Definition

Returns True if the formatting of rows is allowed on a protected worksheet.

public:
 property bool AllowFormattingRows { bool get(); };
public bool AllowFormattingRows { get; }
Public ReadOnly Property AllowFormattingRows As Boolean

Property Value

Remarks

The AllowFormattingRows property can be set by using the Protect(Object, Object, Object) method arguments.

Applies to