Skip to main content
All docs
V26.1
  • Row

    ReadOnlyDocumentCustomProperties.Item[String] Property

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

    Namespace: DevExpress.Spreadsheet

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

    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