Xceed Grid for WinForms v4.3 Documentation
XMLSSAttribute Constructor(String,String)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttribute Class > XMLSSAttribute Constructor : XMLSSAttribute Constructor(String,String)
A string representing the localName of the XMLSS attribute.
The value of the XMLSS attribute.
Initializes a new instance of the XMLSSAttribute class with the default XMLSS prefix and namespace, but using the specified localName and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal localName As String, _
   ByVal value As String _
)
'Usage
 
Dim localName As String
Dim value As String
 
Dim instance As New XMLSSAttribute(localName, value)
public XMLSSAttribute( 
   string localName,
   string value
)

Parameters

localName
A string representing the localName of the XMLSS attribute.
value
The value of the XMLSS attribute.
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

XMLSSAttribute Class
XMLSSAttribute Members
Overload List