[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.Add

Add Method

Add(string)

Adds a Text to this collection at the End location.

Declaration
public Text Add(string value)
Public Function Add(value As String) As Text
Parameters
Type Name Description
string value

The text value to add.

Returns
Type Description
Text

The added Text.