Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Cell > ClearRichTextFormatting

ClearRichTextFormatting Method



Signature:

public void ClearRichTextFormatting ( )

Description:

Clears all rich text formatting within the cell. The font of the text will be set to that set in Cell.Style.Font.

Examples:

[csharp]
cellA1.ClearRichTextFormatting();
[vbnet]
cellA1.ClearRichTextFormatting()



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.