Skip to main content
Row

ShapeText.HasText Property

Gets whether the shape already contains text.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool HasText { get; }

Property Value

Type Description
Boolean

true, if the shape has text; otherwise, false.

See Also