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






passIn

Syntax

Visual Basic (Declaration) 
Public Function CopyFrom( _
   ByVal passIn As Rows _
) As Rows
Visual Basic (Usage)Copy Code
Dim instance As Rows
Dim passIn As Rows
Dim value As Rows
 
value = instance.CopyFrom(passIn)
C# 
public Rows CopyFrom( 
   Rows passIn
)
Delphi 
public function CopyFrom( 
    passIn: Rows
): Rows; 
JScript 
public function CopyFrom( 
   passIn : Rows
) : Rows;
Managed Extensions for C++ 
public: Rows* CopyFrom( 
   Rows* passIn
) 
C++/CLI 
public:
Rows^ CopyFrom( 
   Rows^ 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.