Skip to main content

ShowUnhideSheetDialog(TdxCustomSpreadSheet) Method

Invokes the Unhide dialog for the specified spreadsheet control.

Declaration

procedure ShowUnhideSheetDialog(ASpreadSheet: TdxCustomSpreadSheet);

Parameters

Name Type
ASpreadSheet TdxCustomSpreadSheet

Remarks

Call this procedure and pass a target spreadsheet control as the ASpreadSheet parameter to invoke the Unhide dialog that allows users to display hidden worksheets in a document.

An OK button click or an Enter keystroke closes the Unhide dialog and makes the selected worksheet both visible and active.

A click on the “Unhide…” item in a spreadsheet control’s the caption bar context menu calls the ShowUnhideSheetDialog procedure for this control. The menu item is enabled only if there is at least one hidden worksheet in the opened document.

See Also