Skip to main content

TdxSpreadSheetSheetProtectionOptions.ActualAllowResizeColumns Property

Identifies if an end-user can resize worksheet columns.

Declaration

property ActualAllowResizeColumns: Boolean index 7 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 AllowResizeColumns property is set to False. Otherwise, the ActualAllowResizeColumns property returns True.

The ActualAllowResizeColumns property value affects both the end-user capability to resize columns by dragging sizing handles at the column header, as well as the HideColumns and UnhideColumns command availability:

Drag-and-Drop Resize Operations

See Also