Selection.CopyFormat Method

Definition

Copies the character formatting of the first character in the selected text.

public:
 void CopyFormat();
public void CopyFormat ();
abstract member CopyFormat : unit -> unit
Public Sub CopyFormat ()

Remarks

If a paragraph mark is selected, Microsoft Word copies paragraph formatting in addition to character formatting.

You can apply the copied formatting to another selection by using the PasteFormat() method.

Applies to