TdxSpreadSheetSheetProtectionOptions.ActualAllowDeleteRows Property
Identifies if an end-user can delete rows in a worksheet.
Declaration
property ActualAllowDeleteRows: Boolean index 1 read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns False if both the worksheet is protected (that is, the worksheet’s Options.Protected and/or OptionsProtection.Protected properties are set to True) and the AllowDeleteRows property is set to False. Otherwise, the ActualAllowDeleteRows property returns True.
The ActualAllowDeleteRows property value affects both the end-user capability to delete rows via the row header context menu and the DeleteRows command availability.
See Also