Page tree

Versions Compared

Key

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

...

Wiki Markup
{description}
{excerpt}Clears all rich text formatting within the cell. The font of the text will be set to that set in Cell.Style.Font.

...

{signature}
{example}{code:csharp|title=C#}
cellA1.ClearRichTextFormatting();
{code}
{code:vbnet|title=vb.net
}
cellA1.ClearRichTextFormatting()
Signature
C#C#
{excerpt}
{signature:C#}
 public void ClearRichTextFormatting()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub ClearRichTextFormatting()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}