GrapeCity.Xaml.SpreadSheet.Data
Contains Method (SparklineGroup)


The object to locate in the group.
Determines whether the group contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Sparkline _
) As Boolean
'Usage
 
Dim instance As SparklineGroup
Dim item As Sparkline
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   Sparkline item
)

Parameters

item
The object to locate in the group.

Return Value

true if item is found in the group; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SparklineGroup Class
SparklineGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options