{description}
{excerpt}Applies [ParagraphFormatting|ParagraphFormatting] to all paragraphs in this TableCell. The ParagraphFormatting will not be applied to paragraphs inside nested tables.{excerpt}
{signature:C#}
 public void ApplyParagraphFormatting(ParagraphFormatting formatting)
{signature}{signature:vb.net}
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting)
{signature}
{parameters}
{param:formatting}A {{ParagraphFormatting}} object containing formatting properties to apply to the cell.{param}
{example}{code:csharp|title=C#}
tblCell.ApplyParagraphFormatting(paraFormat);{code}
{code:vb.net|title=vb.net}
tblCell.ApplyParagraphFormatting(paraFormat){code}

{example}