[]
Adds a Paragraph to the end of the cell.
public Paragraph AddParagraph()
Public Function AddParagraph() As Paragraph
Adds a Paragraph to the end of the cell.
public Paragraph AddParagraph(string text)
Public Function AddParagraph(text As String) As Paragraph
Adds a Paragraph to the end of the cell.
public Paragraph AddParagraph(Style style)
Public Function AddParagraph(style As Style) As Paragraph
Type | Name | Description |
---|---|---|
Style | style | The paragraph style. |
Adds a Paragraph to the end of the cell.
public Paragraph AddParagraph(string text, Style style)
Public Function AddParagraph(text As String, style As Style) As Paragraph