Copies the selected items to an Array, starting at a particular Array index.
'Declaration Public Sub CopyTo( _ ByVal array As System.Array, _ ByVal index As System.Integer _ )
public void CopyTo( System.Array array, System.int index )
Selection Class Selection Members