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


A System.Object that represents the item to add to the collection.
Adds an item to the list of items for a DomainUpDownCell object.
Syntax
Public Function Add( _
   ByVal value As Object _
) As Integer
Dim instance As DomainUpDownCell.ObjectCollection
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   object value
)

Parameters

value
A System.Object that represents the item to add to the collection.

Return Value

A System.Int32 value that represents the position into which the new item was inserted.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe 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

 

 


Copyright © GrapeCity, inc. All rights reserved.