'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;}
'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;}