[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Add

Add Method

Add(string, int)

Adds text to the specified collection.

Declaration
ITextRange Add(string newText = "", int position = -1)
Function Add(Optional newText As String = "", Optional position As Integer = -1) As ITextRange
Parameters
Type Name Description
string newText

The new text.

int position

The position that you want to insert.

Returns
Type Description
ITextRange

The new ITextRange.

Remarks

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.