Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class / Contains Method
Style (NamedStyle object) for which to check in the collection
Example


In This Topic
    Contains Method (DefaultStyleCollection)
    In This Topic
    Determines whether the collection contains the specified style.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal style As NamedStyle _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultStyleCollection
    Dim style As NamedStyle
    Dim value As Boolean
     
    value = instance.Contains(style)
    public bool Contains( 
       NamedStyle style
    )

    Parameters

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

    Return Value

    true if the object is found in the collection; false otherwise
    Remarks
    Determines whether the collection contains the specified NamedStyle object.
    Example
    See Also