XlDocumentCustomProperties Class
In This Article
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
#Related API Members
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.
See Also