ReadOnlyDocumentCustomProperties.Item[String] Property
Returns a value of the custom document property with the given name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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