[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Run.AddText

AddText Method

AddText(string)

Adds a Text to the end of the run.

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

The text value to add.

Returns
Type Description
Text

The added Text.