XlPageUnits Enum
Lists values used to specify the units of margin measurement.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Members
Name | Description |
---|---|
Inches
|
Specifies inches as a unit of margin measurement. |
Centimeters
|
Specifies centimeters as a unit of margin measurement. |
Related API Members
The following properties accept/return XlPageUnits values:
Remarks
The values listed by this enumeration are used by the XlPageMargins.PageUnits property.
For an example of how to adjust margin settings, refer to the How to: Set Page Margins topic.