Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets the font of the CharacterRun to the main font of the cell or ChartText object.

{signature}
{example}{code:csharp|title=C#}
charRun.Clear();
{code}
{code:vb.net
|title=vb.net
}
charRun.Clear()
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub Clear()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}