Intersoft WebGrid Documentation
CopyFrom Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellCollection Class : CopyFrom Method






passIn
Copies the elements of the specified WebGridCellCollection to the end of this collection.

Syntax

Visual Basic (Declaration) 
Public Function CopyFrom( _
   ByVal passIn As WebGridCellCollection _
) As WebGridCellCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellCollection
Dim passIn As WebGridCellCollection
Dim value As WebGridCellCollection
 
value = instance.CopyFrom(passIn)
Delphi 
public function CopyFrom( 
    passIn: WebGridCellCollection
): WebGridCellCollection; 
JScript 
public function CopyFrom( 
   passIn : WebGridCellCollection
) : WebGridCellCollection;
Managed Extensions for C++ 
public: WebGridCellCollection* CopyFrom( 
   WebGridCellCollection* passIn
) 
C++/CLI 
public:
WebGridCellCollection^ CopyFrom( 
   WebGridCellCollection^ passIn
) 

Parameters

passIn

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.