Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Applies [Font|Font] properties to all text in this TableCell. The font properties will not be applied to text inside nested tables.{excerpt}
{signature:C#}
 public void ApplyFont(Font font)
{signature}{signature:vb.net}
Public Sub ApplyFont(ByVal font As Font)
{signature}
{parameters}
{param:font}A {{Font}} representing the properties that should be applied to text in this TableCell.{param}
{example}{code:csharp|title=C#}
tblCell.ApplyFont(tblFont);{code}
{code:vb.net|title=vb.net}
tblCell.ApplyFont(tblFont){code}

{example}