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
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
C#
C#
 public void ClearRichTextFormatting()
Signature
vb.net
vb.net
Public Sub ClearRichTextFormatting()
Example
Code Block
csharp
csharp
titleC#
cellA1.ClearRichTextFormatting();
Code Block
vbnet
vbnet
titlevb.net
cellA1.ClearRichTextFormatting()
Scrollbar