TdxSpreadSheetUnhideRows Class
An action object that corresponds to the UnhideRows command provided by the Spreadsheet and Report Designer controls.
Declaration
TdxSpreadSheetUnhideRows = class(
TdxSpreadSheetHideRows
)
Remarks
This class does not introduce any new public members. Executing this action object unhides all previously hidden rows that intersect the current selection area.

UI elements linked to a TdxSpreadSheetUnhideRows action object are enabled only if row resize operations are allowed in the active worksheet (i.e., its OptionsProtection.ActualAllowResizeRows property returns True).
To unhide invisible columns, use a TdxSpreadSheetUnhideColumns action object.
Inheritance
See Also