GrapeCity.Xaml.Excel
TextRuns Property


GrapeCity.Excel.Chart Namespace > TextParagraph Class : TextRuns Property
List of TextRuns defined in this paragraph.
Syntax
'Declaration
 
Public ReadOnly Property TextRuns As List(Of TextRun)
'Usage
 
Dim instance As TextParagraph
Dim value As List(Of TextRun)
 
value = instance.TextRuns
public List<TextRun> TextRuns {get;}
See Also

Reference

TextParagraph Class
TextParagraph Members