Applies ParagraphFormatting to all paragraphs in this TableCell. The ParagraphFormatting will not be applied to paragraphs inside nested tables.

 public void ApplyParagraphFormatting(ParagraphFormatting formatting)
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting)

A ParagraphFormatting object containing formatting properties to apply to the cell.

tblCell.ApplyParagraphFormatting(paraFormat);
tblCell.ApplyParagraphFormatting(paraFormat)