TdxSpreadSheetSheetProtectionOptions.AllowResizeRows Property
Specifies if an end-user can resize rows in a protected worksheet.
Declaration
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:
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