GrapeCity MultiRow Windows Forms Documentation
AddRange(ObjectCollection) Method


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

Parameters

value
The ListLabelCell.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

ListLabelCell.ObjectCollection Class
ListLabelCell.ObjectCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.