ShapeTextRange.AddAfter(String) Method
In This Article
Inserts a new text range after the current ShapeTextRange object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.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 |
---|---|
Shape |
A Shape |
#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