Protection.AllowInsertingRows Property

Definition

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

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

Property Value

Remarks

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

Applies to