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






row
The WebComboRow object to be added.
Add an WebComboRow object into the WebComboRow collection. Add an WebComboRow object into the WebComboRow collection.

Syntax

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

Parameters

row
The WebComboRow object to be added.

Return Value

The index of the newly added WebComboRow.

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.