{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}