Intersoft WebCombo Documentation
WebComboRow Constructor(Cells)
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboRow Class > WebComboRow Constructor : WebComboRow Constructor(Cells)






cells
Initializes a new instance of the WebComboRow class with cells parameter. The default constructor for the WebComboRow object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cells As Cells _
)
Visual Basic (Usage)Copy Code
Dim cells As Cells
 
Dim instance As New WebComboRow(cells)
C# 
public WebComboRow( 
   Cells cells
)
Delphi 
public WebComboRow( 
    cells: Cells
); 
JScript 
public function WebComboRow( 
   cells : Cells
);
Managed Extensions for C++ 
public: WebComboRow( 
   Cells* cells
)
C++/CLI 
public:
WebComboRow( 
   Cells^ cells
)

Parameters

cells

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.