ShapeText.IsLinked Property
Indicates whether shape text is linked to a cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.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