Share via


TextEffectFormat.FontBold Property

True if the font in the specified WordArt is bold.

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

Syntax

'Declaration
Property FontBold As MsoTriState
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState

value = instance.FontBold

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Excel Namespace