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






cells
Initializes a new instance of the Cells class with cells parameter. Public constructor for the Cells Collection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cells() As WebComboCell _
)
Visual Basic (Usage)Copy Code
Dim cells() As WebComboCell
 
Dim instance As New Cells(cells)
C# 
public Cells( 
   WebComboCell[] cells
)
Delphi 
public Cells( 
    cells: WebComboCellarray of
); 
JScript 
public function Cells( 
   cells : WebComboCell[]
);
Managed Extensions for C++ 
public: Cells( 
   WebComboCell*[]* cells
)
C++/CLI 
public:
Cells( 
   array<WebComboCell^>^ 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.