Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRichText Interface / Add Method
the string text of the text run to be added.
In This Topic
    Add Method (IRichText)
    In This Topic
    Adds a text run into current rich text object.
    Syntax
    ITextRun Add( 
       System.string text
    )

    Parameters

    text
    the string text of the text run to be added.

    Return Value

    the ITextRun object that has been successfully added.
    See Also