Skip to main content

TdxSpreadSheetTableViewOptionsPrintPageMargins Members

Stores the worksheet printout page margin settings.

Constructors

Name Description
Create(TNotifyEvent) Initializes a new instance of the TdxSpreadSheetTableViewOptionsPrintCustomPersistent class with specified settings. Inherited from TdxSpreadSheetTableViewOptionsPrintCustomPersistent.

Properties

Name Description
Assigned

Indicates whether at least a single margin setting is specified.

The default value of the Assigned property is False.

Bottom Specifies the worksheet printout page bottom margin size (in inches).
Footer Specifies the worksheet printout page footer’s height (in inches).
Header Specifies the worksheet printout page header’s height (in inches).
Left Specifies the worksheet printout page left margin size (in inches).
Right Specifies the worksheet printout page right margin size (in inches).
Top Specifies the worksheet printout page top margin size (in inches).

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Reset Restores the default values of the worksheet page printout margins and header/footer size settings.
ToString Inherited from TObject.
See Also