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






rows
Removes all WebComboRow objects from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal rows() As WebComboRow _
) 
Visual Basic (Usage)Copy Code
Dim instance As Rows
Dim rows() As WebComboRow
 
instance.AddRange(rows)
C# 
public void AddRange( 
   WebComboRow[] rows
)
Delphi 
public procedure AddRange( 
    rows: WebComboRowarray of
); 
JScript 
public function AddRange( 
   rows : WebComboRow[]
);
Managed Extensions for C++ 
public: void AddRange( 
   WebComboRow*[]* rows
) 
C++/CLI 
public:
void AddRange( 
   array<WebComboRow^>^ rows
) 

Parameters

rows

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.