Range.BoldBi Property
Determines if the font or range is formatted as bold.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BoldBi As Integer
Get
Set
'Usage
Dim instance As Range
Dim value As Integer
value = instance.BoldBi
instance.BoldBi = value
int BoldBi { get; set; }
Property Value
Type: System.Int32
.
Remarks
This property returns True, False or wdUndefined (for a mixture of bold and non-bold text).
The values this property can be set to are True, False, and wdToggle.
The BoldBi property applies to text in a right-to-left language.