Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / ImageMapList Class / AddRange Method
An array of ImageMap objects representing the values to add to the end of the ImageMapList collection.


In This Topic
    AddRange Method (ImageMapList)
    In This Topic
    Adds the elements of a ImageMap array to the end of the ValueIndexCollection collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal values() As ImageMap _
    ) 
    'Usage
     
    Dim instance As ImageMapList
    Dim values() As ImageMap
     
    instance.AddRange(values)
    public void AddRange( 
       ImageMap[] values
    )

    Parameters

    values
    An array of ImageMap objects representing the values to add to the end of the ImageMapList 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