Xceed Grid for WinForms v4.3 Documentation
Add Method (XMLSSAttributeCollection)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttributeCollection Class : Add Method
The XMLSSAttribute to add to the collection.
Adds an XMLSSAttribute to the XMLSSAttributeCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal xmlssAttribute As XMLSSAttribute _
) As Integer
'Usage
 
Dim instance As XMLSSAttributeCollection
Dim xmlssAttribute As XMLSSAttribute
Dim value As Integer
 
value = instance.Add(xmlssAttribute)
public int Add( 
   XMLSSAttribute xmlssAttribute
)

Parameters

xmlssAttribute
The XMLSSAttribute to add to the collection.

Return Value

The index of the XMLSSAttribute added to the collection.
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