Back to Devexpress

XlDocumentOptions Class

corelibraries-devexpress-dot-xtraprinting-98d6c517.md

latest1.6 KB
Original Source

XlDocumentOptions Class

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class XlDocumentOptions :
    ICloneable
vb
Public Class XlDocumentOptions
    Implements ICloneable

The following members return XlDocumentOptions objects:

LibraryRelated API Members
Cross-Platform Class LibraryXlExportOptionsBase.DocumentOptions
BlazorGridXlExportOptions.DocumentOptions
TreeListXlExportOptions.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

XlDocumentOptions Members

DevExpress.XtraPrinting Namespace