Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Remove Method / Remove(C1OrderedSet) Method
The removed items.

In This Topic
    Remove(C1OrderedSet) Method
    In This Topic
    Removes the specified items.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal removedItems As C1OrderedSet _
    ) As Boolean
    public bool Remove( 
       C1OrderedSet removedItems
    )

    Parameters

    removedItems
    The removed items.
    See Also