Selection.CopyFormat 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.
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.