Skip to main content
A newer version of this page is available. .

XlDocumentCustomProperties Class

Contains custom document properties associated with a workbook.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public class XlDocumentCustomProperties

The following members return XlDocumentCustomProperties objects:

Remarks

To specify custom properties for a spreadsheet document, use the XlDocumentProperties.Custom property. For an example, refer to the How to: Specify Document Properties for a Workbook article.

Inheritance

Object
XlDocumentCustomProperties
See Also