[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITextRun.InsertAfter

InsertAfter Method

InsertAfter(string)

Inserts a new rich text run after current rich text run.

Declaration
ITextRun InsertAfter(string text)
Function InsertAfter(text As String) As ITextRun
Parameters
Type Name Description
string text

the text of new inserted run.

Returns
Type Description
ITextRun