[]
Adds text to the specified collection.
ITextRange Add(string newText = "", int position = -1)
Function Add(Optional newText As String = "", Optional position As Integer = -1) As ITextRange
Type | Name | Description |
---|---|---|
string | newText | The new text. |
int | position | The position that you want to insert. |
Type | Description |
---|---|
ITextRange | The new ITextRange. |
This property is only used in TextRangeType.Body and TextRangeType.Paragraph. Use this property on ITextRange.Body and it will add a paragraph with a run. Use this property on ITextRange.Paragraph and it will add a run.