Skip to main content

TdxSpreadSheetMorePageMargins Class

An action object corresponding to the MorePageMargins command that the Spreadsheet and Report Designer controls provide.

Declaration

TdxSpreadSheetMorePageMargins = class(
    TdxSpreadSheetCustomPageSetupAction
)

Remarks

This class does not introduce any new public members. Executing this action object invokes the “Page Setup” dialog with the active “Margins” tab for the currently displayed worksheet.

UI elements linked to a TdxSpreadSheetMorePageMargins action object are enabled only if an in-place editor is inactive (that is, the active Table View worksheet’s IsEditing property returns False).

To localize the caption displayed by UI elements linked to a TdxSpreadSheetMorePageMargins action object, use the sdxSpreadSheetActionMorePageMarginsCaption resource string. This action object provides no hint by default.

See Also