Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetSheetProtectionOptions.AllowResizeRows Property

Specifies if an end-user can resize rows in a protected worksheet.

#Declaration

Delphi
property AllowResizeRows: Boolean index 8 read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

This property corresponds to the Resize rows checkbox in the Protect Sheet dialog:

The Protect Sheet Dialog

Set the AllowResizeRows property to True to allow an end-user to resize (by dragging the row sizing handles), hide and/or display previously hidden rows (by using context menus or executing the HideRows and/or UnhideRows commands) in a protected worksheet.

To identify if an end-user is currently able to resize and hide/display rows, use the ActualAllowResizeRows property.

The default value of the AllowResizeRows property is False.

See Also