Xceed Grid for WinForms v4.3 Documentation
Item(String) Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttributeCollection Class > Item Property : Item(String) Property
The localName of the XMLSSAttribute used to match
Gets the XMLSSAttribute matching the specified localName.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal localName As String _
) As XMLSSAttribute
'Usage
 
Dim instance As XMLSSAttributeCollection
Dim localName As String
Dim value As XMLSSAttribute
 
value = instance.Item(localName)
public XMLSSAttribute Item( 
   string localName
) {get;}

Parameters

localName
The localName of the XMLSSAttribute used to match

Property Value

A reference to the XMLSSAttribute object with the specified prefix and localName.
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