Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Bold As Integer
Get
Set
'Usage
Dim instance As Range
Dim value As Integer
value = instance.Bold
instance.Bold = value
int Bold { get; set; }
Property Value
Type: System.Int32
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.