Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITextRun Interface / InsertBefore Method
the text of new inserted run.
In This Topic
    InsertBefore Method
    In This Topic
    Inserts a new rich text run before current rich text run.
    Syntax
    ITextRun InsertBefore( 
       System.string text
    )

    Parameters

    text
    the text of new inserted run.
    See Also