GrapeCity MultiRow Windows Forms Documentation
Insert Method (DomainUpDownCell.ObjectCollection)


The zero-based index at which to place an item within an unsorted ComboBoxCell.
An object that represents the item to insert.
Inserts an item into the collection at the specified index.
Syntax
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
Dim instance As DomainUpDownCell.ObjectCollection
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
public void Insert( 
   int index,
   object value
)

Parameters

index
The zero-based index at which to place an item within an unsorted ComboBoxCell.
value
An object that represents the item to insert.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe value is a null reference (Nothing in Visual Basic).
System.ArgumentOutOfRangeException The index is less than 0 or greater than the number of items in the 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

Reference

DomainUpDownCell.ObjectCollection Class
DomainUpDownCell.ObjectCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.