Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+
Row

ReadOnlyDocumentCustomProperties.Item[String] Property

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

Namespace: DevExpress.Spreadsheet

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