Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITextRun Interface / insertBefore Method
the text of new inserted run.
In This Topic
    insertBefore Method
    In This Topic
    Inserts a new ITextRun before current text run.
    Syntax
    ITextRun insertBefore( 
       java.lang.String text
    )

    Parameters

    text
    the text of new inserted run.

    Return Value

    a new created text run.
    See Also