com.grapecity.documents.excel Package / ITextRun Interface / insertAfter Method
the text of new inserted run.
In This Topic
insertAfter Method
In This Topic
Inserts a new ITextRun after current text run.
Syntax
ITextRun insertAfter( 
   java.lang.String text
)

Parameters

text
the text of new inserted run.

Return Value

a new created text run.
See Also