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) |
| JScript | |
|---|
public function WebComboRow(
cells : Cells
); |
| Managed Extensions for C++ | |
|---|
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