TdxSpreadSheetSheetProtectionOptions.AllowInsertColumns Property
Specifies if an end-user can insert columns in a protected worksheet.
Declaration
property AllowInsertColumns: Boolean index 5 read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property corresponds to the Insert columns checkbox in the Protect Sheet dialog:
Set the AllowInsertColumns
property to True
to allow an end-user to insert columns in a protected worksheet either by clicking the Insert item in the column context menu or executing the InsertColumns command.
To identify if an end-user is currently able to insert columns, use the ActualAllowInsertColumns property.
The default value of the AllowInsertColumns
property is False
.
See Also