IXlDocument.Properties Property
Provides access to the document properties associated with a workbook.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
XlDocumentProperties Properties { get; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
#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.