CopyFrom Method
Description
Replaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each.
Syntax
Visual Basic
Public Sub CopyFrom( _
   ByVal Source As IEnumVARIANT, _
   ByVal Count As Long _
) 
Parameters
Source
Count
See Also