Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeTextRange.GetRuns() Method

Returns an array of all text runs that compose a shape’s text.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

ShapeTextRange[] GetRuns()

Returns

Type Description
ShapeTextRange[]

An array of ShapeTextRange objects.

See Also