Selection.PasteFormat Method

Definition

Applies formatting copied with the CopyFormat() method to the selection.

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

Remarks

If a paragraph mark was selected when the CopyFormat() method was used, Microsoft Word applies paragraph formatting in addition to character formatting.

Applies to