Spread Silverlight Documentation
Remove Method (SparklineGroup)


GrapeCity.Windows.SpreadSheet.Data Namespace > SparklineGroup Class : Remove Method
The object to remove from the group.
Removes the first occurrence of a specific object from the group.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Sparkline _
) As System.Boolean
'Usage
 
Dim instance As SparklineGroup
Dim item As Sparkline
Dim value As System.Boolean
 
value = instance.Remove(item)
public System.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

Reference

SparklineGroup Class
SparklineGroup Members