TXlsMargins Record
Sheet margin for printing, in inches.
Syntax
Unit: FlexCel.Core
TXlsMargins = record;
Fields
Name |
Description |
Left |
Left Margin in inches.
|
Top |
Top Margin in inches.
|
Right |
Right Margin in inches.
|
Bottom |
Bottom Margin in inches.
|
Header |
Header Margin in inches. Space for the header at top of page, it is taken from Top margin.
|
Footer |
Footer Margin in inches. Space for the footer at bottom of page, it is taken from Bottom margin.
|
Methods
Operators
Name |
Description |
Equality |
Adapts the = operator so it returns true when both instances have the same values. |
Inequality |
Adapts the <> operator so it returns true when both instances have different values. |