Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ItemCollection Class / Remove Method

In This Topic
    Remove Method (C1ItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As Object _
    ) As Boolean
    public bool Remove( 
       object item
    )

    Parameters

    item
    See Also