GrapeCity.Xaml.Excel
Bold Property (TextParagraph)


GrapeCity.Excel.Chart Namespace > TextParagraph Class : Bold Property
Specifies whether a run of text is formatted as bold text.
Syntax
'Declaration
 
Public Property Bold As Nullable(Of Boolean)
'Usage
 
Dim instance As TextParagraph
Dim value As Nullable(Of Boolean)
 
instance.Bold = value
 
value = instance.Bold
public Nullable<bool> Bold {get; set;}
See Also

Reference

TextParagraph Class
TextParagraph Members