Skip to main content

XlDocumentCustomProperties Class

Contains custom document properties associated with a workbook.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.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