Xceed DataGrid for Silverlight Documentation
CopyTo Method (SelectedItemCollection)


Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Object, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As SelectedItemCollection
Dim array() As Object
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   object[] array,
   int arrayIndex
)

Parameters

array
arrayIndex
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectedItemCollection Class
SelectedItemCollection Members

Send Feedback