Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentCustomProperties.Item[String] Property

    Returns a value of the custom document property with the given name.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    CellValue this[string name] { get; }

    Parameters

    Name Type Description
    name String

    The name of the custom property whose value should be returned.

    Property Value

    Type Description
    CellValue

    The custom property’s value.

    See Also