Back to Devexpress

ReadOnlyDocumentCustomProperties Interface

officefileapi-devexpress-dot-spreadsheet-41c1a079.md

latest1.6 KB
Original Source

ReadOnlyDocumentCustomProperties Interface

Stores custom document properties associated with a workbook.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ReadOnlyDocumentCustomProperties
vb
Public Interface ReadOnlyDocumentCustomProperties

The following members return ReadOnlyDocumentCustomProperties objects:

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

ReadOnlyDocumentCustomProperties Members

DevExpress.Spreadsheet Namespace