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

In This Topic
    Add Method (TextCollection)
    In This Topic
    Adds a Text to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As System.String _
    ) As Text
    public Text Add( 
       System.string value
    )

    Parameters

    value
    The text value to add.

    Return Value

    The added Text.
    See Also