Back to Devexpress

DocumentCustomProperties.IsLinked(String) Method

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

latest1.5 KB
Original Source

DocumentCustomProperties.IsLinked(String) Method

Indicates whether the target custom document property is linked to the cell or cell range content.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool IsLinked(
    string name
)
vb
Function IsLinked(
    name As String
) As Boolean

Parameters

NameTypeDescription
nameString

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

|

Returns

TypeDescription
Boolean

true , if the custom property is linked to the cell or cell range content; otherwise, false.

|

See Also

DocumentCustomProperties Interface

DocumentCustomProperties Members

DevExpress.Spreadsheet Namespace