Find.ClearFormatting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes text and paragraph formatting from a selection or from the formatting specified in a find or replace operation.
public:
void ClearFormatting();
public void ClearFormatting ();
abstract member ClearFormatting : unit -> unit
Public Sub ClearFormatting ()
Remarks
To ensure that formatting isn't included as criteria in a find or replace operation, use this method before carrying out the operation.