Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Run Class / AddText Method
The text value to add.

In This Topic
    AddText Method
    In This Topic
    Adds a Text to the end of the run.
    Syntax
    'Declaration
     
    Public Function AddText( _
       ByVal value As System.String _
    ) As Text
    public Text AddText( 
       System.string value
    )

    Parameters

    value
    The text value to add.

    Return Value

    The added Text.
    See Also