GrapeCity.Xaml.Excel
IsBold Property (IExcelFont)


GrapeCity.Excel Namespace > IExcelFont Interface : IsBold Property
Gets or sets a value indicating whether the font style is bold
Syntax
'Declaration
 
Property IsBold As Boolean
'Usage
 
Dim instance As IExcelFont
Dim value As Boolean
 
instance.IsBold = value
 
value = instance.IsBold
bool IsBold {get; set;}

Property Value

true if this font style is bold; otherwise, false.
See Also

Reference

IExcelFont Interface
IExcelFont Members