Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.DocumentProperties Property

Provides access to the document properties associated with a workbook.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public DocumentProperties DocumentProperties { get; }

Property Value

Type Description
DocumentProperties

A DocumentProperties object containing information about a workbook.

Remarks

Use the DocumentProperties property to specify the built-in document properties that contain basic information about the spreadsheet document (such as DocumentProperties.Title, DocumentProperties.Author, DocumentProperties.Subject, DocumentProperties.Description etc.). You can also create your own custom document properties using the DocumentProperties.Custom property.

Implements

See Also