DocumentCustomProperties.GetLinkTarget(String) Method
Retrieves the name of a cell or cell range to which the target custom property is linked.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that is the name of a custom document property to be checked. |
Returns
Type | Description |
---|---|
String | A string value that is the name of the linked cell or cell range. |
See Also