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