GrapeCity.Xaml.Excel
TextParagraphs Property (RichText)


GrapeCity.Excel.Chart Namespace > RichText Class : TextParagraphs Property
Text paragraphs
Syntax
'Declaration
 
Public ReadOnly Property TextParagraphs As List(Of TextParagraph)
'Usage
 
Dim instance As RichText
Dim value As List(Of TextParagraph)
 
value = instance.TextParagraphs
public List<TextParagraph> TextParagraphs {get;}
See Also

Reference

RichText Class
RichText Members