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

IXlDocument.Properties Property

Provides access to the document properties associated with a workbook.

Namespace: DevExpress.Export.Xl

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

Declaration

XlDocumentProperties Properties { get; }

Property Value

Type Description
XlDocumentProperties

An XlDocumentProperties object containing information about a workbook.

Remarks

Use the Properties property to specify the built-in document properties that contain basic information about the spreadsheet document (such as XlDocumentProperties.Title, XlDocumentProperties.Author, XlDocumentProperties.Subject, XlDocumentProperties.Description etc.). You can also create your own custom document properties using the XlDocumentProperties.Custom property. For details, refer to the How to: Specify Document Properties for a Workbook example.

See Also