Spread Silverlight Documentation
Remove Method (SparklineGroup)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SparklineGroup Class
SparklineGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.