Skip to main content
All docs
V25.1
  • Row

    ShapeText.IsLinked Property

    Indicates whether shape text is linked to a cell.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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