Skip to main content
A newer version of this page is available. .
Row

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.v18.2.Core.dll

Declaration

string GetLinkTarget(
    string name
)

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