Back to Devexpress

ReadOnlyDocumentProperties Interface

officefileapi-devexpress-dot-spreadsheet-157b579f.md

latest2.5 KB
Original Source

ReadOnlyDocumentProperties Interface

Stores document properties retrieved from a workbook by the Workbook.LoadDocumentProperties method.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ReadOnlyDocumentProperties
vb
Public Interface ReadOnlyDocumentProperties

The following members return ReadOnlyDocumentProperties 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

ReadOnlyDocumentProperties Members

DevExpress.Spreadsheet Namespace