Intersoft WebCombo Documentation
Add(WebComboCell) Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Cells Class > Add Method : Add(WebComboCell) Method






cell
The WebComboCell object to be added.The WebComboCell object to be added.

Add an WebComboCell object into the WebComboCell collection.

Add an WebComboCell object into the WebComboCell collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Add( _
   ByVal cell As WebComboCell _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As Cells
Dim cell As WebComboCell
Dim value As Integer
 
value = instance.Add(cell)
C# 
public virtual int Add( 
   WebComboCell cell
)
Delphi 
public function Add( 
    cell: WebComboCell
): Integer; virtual; 
JScript 
public function Add( 
   cell : WebComboCell
) : int;
Managed Extensions for C++ 
public: virtual int Add( 
   WebComboCell* cell
) 
C++/CLI 
public:
virtual int Add( 
   WebComboCell^ cell
) 

Parameters

cell
The WebComboCell object to be added.The WebComboCell object to be added.

Return Value

The index of the newly added WebComboCell.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.