ChartFont.Bold Property

Returns or sets the status of the font. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Bold As Object
    Get
    Set
'Usage
Dim instance As ChartFont
Dim value As Object

value = instance.Bold

instance.Bold = value
Object Bold { get; set; }

Property Value

Type: System.Object
Object that is set to True if the font is bold; otherwise, False

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.Word Namespace