Skip to main content
Row

ShapeTextRange.AddAfter(String) Method

Inserts a new text range after the current ShapeTextRange object.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ShapeTextRange AddAfter(
    string text
)

Parameters

Name Type Description
text String

A string value that is the range’s content.

Returns

Type Description
ShapeTextRange

A ShapeTextRange object that is the new text range.

Remarks

The font and paragraph properties of a ShapeTextRange object created by the AddAfter method call are equal to the existing text range’s options. Use the ShapeTextRange.Font and ShapeTextRange.ParagraphFormat properties to access the range’s font and paragraph settings.

See Also