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

ReadOnlyDocumentCustomProperties Interface

Stores custom document properties associated with a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public interface ReadOnlyDocumentCustomProperties

Remarks

Use the Workbook.LoadDocumentProperties method to load document metadata (document properties) without loading the workbook itself. This method returns a ReadOnlyDocumentProperties object that contains the retrieved metadata. Use the ReadOnlyDocumentProperties.Custom property to obtain custom properties defined in the workbook.

See Also