'Declaration ReadOnly Property TextParagraphs As List(Of TextParagraph)
'Usage Dim instance As IExcelTextFormat Dim value As List(Of TextParagraph) value = instance.TextParagraphs
List<TextParagraph> TextParagraphs {get;}
'Declaration ReadOnly Property TextParagraphs As List(Of TextParagraph)
'Usage Dim instance As IExcelTextFormat Dim value As List(Of TextParagraph) value = instance.TextParagraphs
List<TextParagraph> TextParagraphs {get;}