Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttributeCollection Class / AddRange Method
The XMLSSAttribute objects to add to the collection.


In This Topic
    AddRange Method (XMLSSAttributeCollection)
    In This Topic
    Adds the elements of an XMLSSAttributeCollection to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal xmlssAttributes As XMLSSAttributeCollection _
    ) 
    'Usage
     
    Dim instance As XMLSSAttributeCollection
    Dim xmlssAttributes As XMLSSAttributeCollection
     
    instance.AddRange(xmlssAttributes)
    public void AddRange( 
       XMLSSAttributeCollection xmlssAttributes
    )

    Parameters

    xmlssAttributes
    The XMLSSAttribute objects to add 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