Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentProperties Interface

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public interface ReadOnlyDocumentProperties

    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