Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddRun Method / AddRun(Style) Method
The style (character or linked paragraph) for the added run.

In This Topic
    AddRun(Style) Method
    In This Topic
    Adds a Run to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddRun( _
       ByVal style As Style _
    ) As Run
    public Run AddRun( 
       Style style
    )

    Parameters

    style
    The style (character or linked paragraph) for the added run.

    Return Value

    The added Run.
    See Also