GrapeCity.Xaml.Excel
Bold Property (TextRun)


Specifies whether a run of text is formatted as bold text.
Syntax
'Declaration
 
Public Property Bold As Nullable(Of Boolean)
'Usage
 
Dim instance As TextRun
Dim value As Nullable(Of Boolean)
 
instance.Bold = value
 
value = instance.Bold
public Nullable<bool> Bold {get; set;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

TextRun Class
TextRun Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options