Skip to main content

XlDocumentProperties() Constructor

Initializes a new instance of the XlDocumentProperties class with the default settings.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlDocumentProperties()

Remarks

To get access to the document properties associated with a workbook, use the IXlDocument.Properties method.

See Also