TdxSpreadSheetHideSheet Class
An action object that implements the HideSheet command in Spreadsheet and Report Designer-based applications.
Declaration
TdxSpreadSheetHideSheet = class(
TdxSpreadSheetAction
)
Remarks
This class does not introduce any new public members. Its overridden Execute function call hides the active worksheet.
UI elements linked to a TdxSpreadSheetHideSheet
action object are enabled only if the following conditions are met:
- The spreadsheet document structure is not protected (that is, the control’s OptionsProtection.ActualAllowChangeStructure property returns
True
). - The opened spreadsheet document has more than one visible worksheet (that is, the control’s VisibleSheetCount property value exceeds
1
).
Inheritance
See Also