GrapeCity MultiRow Windows Forms Documentation
AddRange(ObjectCollection) Method


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

Parameters

value
The ComboBoxCell.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.ArgumentNullExceptionThe items parameter 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

ComboBoxCell.ObjectCollection Class
ComboBoxCell.ObjectCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.