Share via


ChartFont.Bold Property

Determines whether the character format is bold. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

The value of the Bold property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The character format is not bold.

msoTriStateMixed

The specified text range contains both bold and nonbold characters.

msoTrue

The character format is bold.

See Also

Reference

ChartFont Interface

ChartFont Members

Microsoft.Office.Interop.PowerPoint Namespace