TdxSpreadSheetSheetProtectionOptions.ActualAllowInsertColumns Property
Identifies if an end-user can insert worksheet columns.
Declaration
property ActualAllowInsertColumns: Boolean index 5 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 AllowInsertColumns property is set to False
. Otherwise, the ActualAllowInsertColumns
property returns True
.
The ActualAllowInsertColumns
property value affects both the end-user capability to insert columns via the column header context menu and the InsertColumns command availability.
See Also