TdxSpreadSheetTableViewOptionsPrintPageMargins Class
In This Article
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