Range.Bold Property

Definition

Determines if the font or range is formatted as bold.

public:
 property int Bold { int get(); void set(int value); };
public int Bold { get; set; }
member this.Bold : int with get, set
Public Property Bold As Integer

Property Value

Remarks

This property returns True, False or wdUndefined (a mixture of True and False).

The values this property can be set to are True, False, and wdToggle.

Applies to