GrapeCity MultiRow Windows Forms Documentation
AddRange(ObjectCollection) Method


The ListBoxCell.ObjectCollection to load into this collection.
Adds the items of an existing ListBoxCell.ObjectCollection to the list of items in a ListBoxCell.
Syntax
Public Overloads Sub AddRange( _
   ByVal value As ListBoxCell.ObjectCollection _
) 
Dim instance As ListBoxCell.ObjectCollection
Dim value As ListBoxCell.ObjectCollection
 
instance.AddRange(value)
public void AddRange( 
   ListBoxCell.ObjectCollection value
)

Parameters

value
The ListBoxCell.ObjectCollection to load into this collection.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe cell's ListCell.DataSource property value is not a null reference (Nothing in Visual Basic).
System.ArgumentExceptionOne of the items in the items array is a null reference (Nothing in Visual Basic).
System.ArgumentNullExceptionitems is a null reference (Nothing in Visual Basic).
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

ListBoxCell.ObjectCollection Class
ListBoxCell.ObjectCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.