TPaperDimensions Record
Dimensions of an Excel paper
Syntax
Unit: FlexCel.Core
TPaperDimensions = record;
Fields
| Name |
Description |
| PaperName |
Paper Name.
|
| Width |
Paper width in inches/100 |
| Height |
Paper height in inches/100 |
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. |
Properties
| Name |
Description |
| SizeInPoints |
The size in points (inches/72) |