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

    Parameters

    text
    the text of new inserted run.
    See Also