IXlDocument.Properties Property
Provides access to the document properties associated with a workbook.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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.