[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Cell.AddParagraph

AddParagraph Method

AddParagraph()

Adds a Paragraph to the end of the cell.

Declaration
public Paragraph AddParagraph()
Public Function AddParagraph() As Paragraph
Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(string)

Adds a Paragraph to the end of the cell.

Declaration
public Paragraph AddParagraph(string text)
Public Function AddParagraph(text As String) As Paragraph
Parameters
Type Name Description
string text

The text of the added Paragraph

Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(Style)

Adds a Paragraph to the end of the cell.

Declaration
public Paragraph AddParagraph(Style style)
Public Function AddParagraph(style As Style) As Paragraph
Parameters
Type Name Description
Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(string, Style)

Adds a Paragraph to the end of the cell.

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

The text of the added Paragraph

Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.