Skip to main content

TdxSpreadSheetSheetProtectionOptions.AllowInsertRows Property

Specifies if an end-user can insert rows in a protected worksheet.

Declaration

property AllowInsertRows: Boolean index 6 read; write; default False;

Property Value

Type Default
Boolean False

Remarks

This property corresponds to the Insert rows checkbox in the Protect Sheet dialog:

The Protect Sheet Dialog

Set the AllowInsertRows property to True to allow an end-user to insert rows in a protected worksheet either by clicking the Insert item in the row context menu or executing the InsertRows command.

To identify if an end-user is currently able to insert rows, use the ActualAllowInsertRows property.

The default value of the AllowInsertRows property is False.

See Also