Back to Devexpress

DocumentCustomProperties.GetLinkTarget(String) Method

officefileapi-devexpress-dot-spreadsheet-dot-documentcustomproperties-dot-getlinktarget-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string GetLinkTarget(
    string name
)
vb
Function GetLinkTarget(
    name As String
) As String

Parameters

NameTypeDescription
nameString

A string value that is the name of a custom document property to be checked.

|

Returns

TypeDescription
String

A string value that is the name of the linked cell or cell range.

|

See Also

DocumentCustomProperties Interface

DocumentCustomProperties Members

DevExpress.Spreadsheet Namespace