Intersoft WebCombo Documentation
AddRange Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Cells Class : AddRange Method






cells

Syntax

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