TdxSpreadSheetSheetProtectionOptions.AllowResizeColumns Property
Specifies if an end-user can resize columns in a protected worksheet.
Declaration
property AllowResizeColumns: Boolean index 7 read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property corresponds to the Resize columns checkbox in the Protect Sheet dialog:
Set the AllowResizeColumns
property to True
to allow an end-user to resize (by dragging the column sizing handles), hide and/or display previously hidden columns (by using context menus or executing the HideColumns and/or UnhideColumns commands) in a protected worksheet.
To identify if an end-user is currently able to resize and hide/display columns, use the ActualAllowResizeColumns property.
The default value of the AllowResizeColumns
property is False
.
See Also