Skip to main content
All docs
V23.2
Row

ShapeText.IsLinked Property

Indicates whether shape text is linked to a cell.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool IsLinked { get; }

Property Value

Type Description
Boolean

true if shape text is linked to a cell; otherwise, false.

Remarks

The IsLinked property returns true if you use the ShapeText.Formula property to display cell text in a shape.

See Also