ShapeText.IsLinked Property
In This Article
Indicates whether shape text is linked to a cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#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