TdxSpreadSheetSheetProtectionOptions.ActualAllowDeleteColumns Property
Identifies if a user can delete columns in a worksheet.
Declaration
property ActualAllowDeleteColumns: Boolean index 0 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 AllowDeleteColumns property is set to False
. Otherwise, the ActualAllowDeleteColumns
property returns True
.
The ActualAllowDeleteColumns
property value affects both the end-user capability to delete columns via the column header context menu and the DeleteColumns command availability.
See Also