Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintPageMargins Class

Stores the worksheet printout page margin settings.

#Declaration

Delphi
TdxSpreadSheetTableViewOptionsPrintPageMargins = class(
    TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)

#Remarks

This class implements the printout page margin settings.

The TdxSpreadSheetTableViewOptionsPrintPageMargins class extends its ancestor class with the following members allowing you to:

  • Set the header and footer sizes (the Footer and Header properties);

  • Specify the sizes of individual page margins (the Bottom, Left, Right, and Top properties);

  • Restore the default values of the printout page margin settings (the Reset procedure).

The TdxSpreadSheetTableViewOptionsPrintPageMargins object is referenced by the Margins property implemented in the TdxSpreadSheetTableViewOptionsPrintPage class.

#Inheritance

TObject
TPersistent
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
TdxSpreadSheetTableViewOptionsPrintPageMargins
See Also