Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RunCollection Class / Add Method / Add(Style) Method
The run character or linked paragraph style.

In This Topic
    Add(Style) Method
    In This Topic
    Adds a Run to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal style As Style _
    ) As Run
    public Run Add( 
       Style style
    )

    Parameters

    style
    The run character or linked paragraph style.

    Return Value

    The added Run.
    See Also