Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineGroup Class / Remove Method
The object to remove from the group.


In This Topic
    Remove Method (SparklineGroup)
    In This Topic
    Removes the first occurrence of a specific object from the group.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As Sparkline _
    ) As Boolean
    'Usage
     
    Dim instance As SparklineGroup
    Dim item As Sparkline
    Dim value As Boolean
     
    value = instance.Remove(item)
    public bool Remove( 
       Sparkline item
    )

    Parameters

    item
    The object to remove from the group.

    Return Value

    true if item was successfully removed from the group; otherwise, false. This method also returns false if item is not found in the group.
    See Also