Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentCustomProperties.Count Property

    Returns the number of custom document properties associated with a workbook.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    int Count { get; }

    Property Value

    Type Description
    Int32

    The number of custom properties defined in the document.

    See Also