Skip to main content
Row

ShapeText.Shape Property

Provides access to the shape to which the text is related.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Shape Shape { get; }

Property Value

Type Description
Shape

A Shape object that is the target shape.

See Also