Applies Font properties to all text in this TableCell. The font properties will not be applied to text inside nested tables.

 public void ApplyFont(Font font)
Public Sub ApplyFont(ByVal font As Font)

A Font representing the properties that should be applied to text in this TableCell.

tblCell.ApplyFont(tblFont);
tblCell.ApplyFont(tblFont)