Spread Silverlight Documentation
IsBold Property (ExcelFont)


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

Property Value

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

Reference

ExcelFont Class
ExcelFont Members