TableCellBuilder.AddParagraph

TableCellBuilder.AddParagraph method

Add paragraphs to table cell.

public TableCellBuilder AddParagraph(params BaseParagraph[] paragraph)
ParameterTypeDescription
paragraphBaseParagraph[]

Return Value

Instance of current TableCellBuilder.

See Also