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






passIn

Syntax

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