FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphItemCollection Class / Remove Method
The ParagraphItem object to remove.

In This Topic
    Remove Method (ParagraphItemCollection)
    In This Topic
    Removes a ParagraphItem object from collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As ParagraphItem _
    ) 
    public void Remove( 
       ParagraphItem item
    )

    Parameters

    item
    The ParagraphItem object to remove.
    See Also