BCGControlBar Library for .NET
CopyFrom Method (GridSelectionRange)




Specifies the source range to copy from.
Copies a range from source range.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal src As GridSelectionRange _
) 
'Usage
 
Dim instance As GridSelectionRange
Dim src As GridSelectionRange
 
instance.CopyFrom(src)
public void CopyFrom( 
   GridSelectionRange src
)
public: void CopyFrom( 
   GridSelectionRange* src
) 
public:
void CopyFrom( 
   GridSelectionRange^ src
) 

Parameters

src
Specifies the source range to copy from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridSelectionRange Class
GridSelectionRange Members

Send Feedback