Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttributeCollection Class / Contains Method / Contains(XMLSSAttribute) Method
The XMLSSAttribute used to match.


In This Topic
    Contains(XMLSSAttribute) Method
    In This Topic
    Retrieves a boolean value indicating whether a specific XMLSSAttribute object exists in the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal value As XMLSSAttribute _
    ) As Boolean
    'Usage
     
    Dim instance As XMLSSAttributeCollection
    Dim value As XMLSSAttribute
    Dim value As Boolean
     
    value = instance.Contains(value)
    public bool Contains( 
       XMLSSAttribute value
    )

    Parameters

    value
    The XMLSSAttribute used to match.

    Return Value

    true if the XMLSSAttribute object exists in the collection; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also