Spread for ASP.NET 12 Product Documentation
Contains Method (NamedStyleCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyleCollection Class : Contains Method
Style (NamedStyle object) for which to check in the collection
Determines whether the collection contains the specified style (NamedStyle object).
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal style As NamedStyle _
) As Boolean
'Usage
 
Dim instance As NamedStyleCollection
Dim style As NamedStyle
Dim value As Boolean
 
value = instance.Contains(style)
public virtual bool Contains( 
   NamedStyle style
)

Parameters

style
Style (NamedStyle object) for which to check in the collection
See Also

Reference

NamedStyleCollection Class
NamedStyleCollection Members