Visual Basic (Declaration) | |
---|---|
Public Shared Function ImportFrom( _ ByVal ParamArray arrayOfRows() As WebGridRow _ ) As WebGridRowCollection |
Visual Basic (Usage) | Copy Code |
---|---|
Dim arrayOfRows() As WebGridRow Dim value As WebGridRowCollection value = WebGridRowCollection.ImportFrom(arrayOfRows) |
C# | |
---|---|
public static WebGridRowCollection ImportFrom( params WebGridRow[] arrayOfRows ) |
Delphi | |
---|---|
public function ImportFrom( params arrayOfRows: WebGridRowarray of ): WebGridRowCollection; static; |
JScript | |
---|---|
public static function ImportFrom( arrayOfRows : WebGridRow[] ) : WebGridRowCollection; |
Managed Extensions for C++ | |
---|---|
public: static WebGridRowCollection* ImportFrom( params WebGridRow*[]* arrayOfRows ) |
C++/CLI | |
---|---|
public: static WebGridRowCollection^ ImportFrom( ... array<WebGridRow^>^ arrayOfRows ) |
Parameters
- arrayOfRows
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