Xceed Grid for WinForms v4.3 Documentation
Contains(String) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttributeCollection Class > Contains Method : Contains(String) Method
The localName of the XMLSSAttribute used to match
Retrieves a boolean value indicating whether a specific XMLSSAttribute object exists in the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal localName As String _
) As Boolean
'Usage
 
Dim instance As XMLSSAttributeCollection
Dim localName As String
Dim value As Boolean
 
value = instance.Contains(localName)
public bool Contains( 
   string localName
)

Parameters

localName
The localName of 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

Reference

XMLSSAttributeCollection Class
XMLSSAttributeCollection Members
Overload List