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}Clears all rich text formatting within the cell. The font of the text will be set to that set in Cell.Style.Font.{excerpt}
{signature:C#}
 public void ClearRichTextFormatting()
{signature}{signature:vb.net}
Public Sub ClearRichTextFormatting()
{signature}
{example}{code:csharp|title=C#}
cellA1.ClearRichTextFormatting();{code}
{code:vbnet|title=vb.net}
cellA1.ClearRichTextFormatting(){code}

{example}
{scrollbar}