TdxSpreadSheetSheetProtectionOptions.ActualAllowResizeRows Property
Identifies if an end-user can resize worksheet rows.
Declaration
property ActualAllowResizeRows: Boolean index 8 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 AllowResizeRows property is set to False. Otherwise, the ActualAllowResizeRows property returns True.
The ActualAllowResizeRows property value affects both the end-user capability to resize rows by dragging sizing handles at the row header, as well as the HideRows and UnhideRows command availability:

See Also