Skip to main content

XlDocumentOptions Class

Provides options that specify the Document Properties of the resulting Excel file.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class XlDocumentOptions :
    ICloneable

The following members return XlDocumentOptions objects:

Library Related API Members
Cross-Platform Class Library XlExportOptionsBase.DocumentOptions
Blazor GridXlExportOptions.DocumentOptions

Remarks

This class provides a set of properties allowing you to specify details about the resulting Excel file that describe or identify it.

Inheritance

Object
XlDocumentOptions
See Also