Selection.BoldRun Method

Definition

Adds the bold character format to or removes it from the current run.

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

Remarks

If the run contains a mix of bold and non-bold text, this method adds the bold character format to the entire run.

Applies to