C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphItemCollection Class / Add Method / Add(String) Method

In This Topic
Add(String) Method
In This Topic
Adds a ParagraphText object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal text As String _
) As ParagraphText
 

Parameters

text

Return Value

Returns added ParagraphText object.
See Also