Back to Devexpress

XlPageUnits Enum

corelibraries-devexpress-dot-export-dot-xl-43a07aa2.md

latest1.3 KB
Original Source

XlPageUnits Enum

Lists values used to specify the units of margin measurement.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlPageUnits
vb
Public Enum XlPageUnits

Members

NameDescription
Inches

Specifies inches as a unit of margin measurement.

| | Centimeters |

Specifies centimeters as a unit of margin measurement.

|

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.

See Also

DevExpress.Export.Xl Namespace