Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SimpleField Class / AddRun Method / AddRun(String) Method
The text of the run.

In This Topic
    AddRun(String) Method
    In This Topic
    Adds a Run to the end of the current simple field.
    Syntax
    'Declaration
     
    Public Overloads Function AddRun( _
       ByVal text As System.String _
    ) As Run
    public Run AddRun( 
       System.string text
    )

    Parameters

    text
    The text of the run.

    Return Value

    The added Run.
    See Also