Spread Silverlight Documentation
Contains Method (StyleInfoCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : Contains Method
Style (StyleInfo object) for which to check in the collection.
Determines whether the collection contains the specified style (StyleInfo object).
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal style As StyleInfo _
) As System.Boolean
'Usage
 
Dim instance As StyleInfoCollection
Dim style As StyleInfo
Dim value As System.Boolean
 
value = instance.Contains(style)
public virtual System.bool Contains( 
   StyleInfo style
)

Parameters

style
Style (StyleInfo object) for which to check in the collection.

Return Value

true if the collection contains the specified style (StyleInfo object); otherwise, false.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members