Skip to main content
All docs
V23.2
Row

ReadOnlyDocumentCustomProperties.Item[String] Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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