GrapeCity MultiRow Windows Forms Documentation
AddRange(IEnumerable) Method


The DomainUpDownCell.ObjectCollection to load into this collection.
Adds more than one item to the DomainUpDownCell's items.
Syntax
Public Overloads Sub AddRange( _
   ByVal value As IEnumerable _
) 
Dim instance As DomainUpDownCell.ObjectCollection
Dim value As IEnumerable
 
instance.AddRange(value)
public void AddRange( 
   IEnumerable value
)

Parameters

value
The DomainUpDownCell.ObjectCollection to load into this collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe value is a null reference (Nothing in Visual Basic).
System.ArgumentNullExceptionA value 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

DomainUpDownCell.ObjectCollection Class
DomainUpDownCell.ObjectCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.