Partager via


Font2.Bold Property

Gets or sets a value specifying whether the font should be bold. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Bold As MsoTriState
    Get
    Set
'Usage
Dim instance As Font2
Dim value As MsoTriState

value = instance.Bold

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

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace