[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RunCollection.Add

Add Method

Add()

Adds a Run to this collection at the End location.

Declaration
public Run Add()
Public Function Add() As Run
Returns
Type Description
Run

The added Run.

Add(string)

Adds a Run to this collection at the End location.

Declaration
public Run Add(string text)
Public Function Add(text As String) As Run
Parameters
Type Name Description
string text

The text of the inserted Run

Returns
Type Description
Run

The added Run.

Add(Style)

Adds a Run to this collection at the End location.

Declaration
public Run Add(Style style)
Public Function Add(style As Style) As Run
Parameters
Type Name Description
Style style

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.

Add(string, Style)

Adds a Run to this collection at the End location.

Declaration
public Run Add(string text, Style style)
Public Function Add(text As String, style As Style) As Run
Parameters
Type Name Description
string text

The text of the inserted Run

Style style

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.