Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As IExcelFont
Dim value As System.Boolean
 
instance.IsBold = value
 
value = instance.IsBold
System.bool IsBold {get; set;}

Property Value

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

Reference

IExcelFont Interface
IExcelFont Members