Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / Contains Method
Style (StyleInfo object) for which to check in the collection.


In This Topic
    Contains Method (StyleInfoCollection)
    In This Topic
    Determines whether the collection contains the specified style (StyleInfo object).
    Syntax
    'Declaration
     
    Public Overridable Function Contains( _
       ByVal style As StyleInfo _
    ) As Boolean
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim style As StyleInfo
    Dim value As Boolean
     
    value = instance.Contains(style)
    public virtual 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