Share via


Protection.AllowFormattingRows Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property AllowFormattingRows As Boolean
    Get
'Usage
Dim instance As Protection
Dim value As Boolean

value = instance.AllowFormattingRows
bool AllowFormattingRows { get; }

Property Value

Type: System.Boolean

Remarks

The AllowFormattingRows property can be set by using the Protect method arguments.

See Also

Reference

Protection Interface

Protection Members

Microsoft.Office.Interop.Excel Namespace