GrapeCity.Xaml.Excel
TextParagraphs Property (ExcelTextFormat)


GrapeCity.Excel.Chart Namespace > ExcelTextFormat Class : TextParagraphs Property
Specifies the text paragraph settings.
Syntax
'Declaration
 
Public ReadOnly Property TextParagraphs As List(Of TextParagraph)
'Usage
 
Dim instance As ExcelTextFormat
Dim value As List(Of TextParagraph)
 
value = instance.TextParagraphs
public List<TextParagraph> TextParagraphs {get;}
See Also

Reference

ExcelTextFormat Class
ExcelTextFormat Members