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}Sets the font of the [CharacterRun|CharacterRun] to the main font of the cell or [ChartText|ChartText] object.{excerpt}
{signature:C#}
 public void Clear()
{signature}{signature:vb.net}
Public Sub Clear()
{signature}
{example}{code:csharp|title=C#}
charRun.Clear();{code}
{code:vb.net|title=vb.net}
charRun.Clear(){code}

{example}
{scrollbar}