[]
        
(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)
Parameters
Type Name Description
string text

the text of new inserted run.

Returns
Type Description
ITextRun