ShapeTextRange.GetRuns() Method
In This Article
Returns an array of all text runs that compose a shape’s text.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextRange[] GetRuns()
#Returns
Type | Description |
---|---|
Shape |
An array of Shape |
See Also