ComponentOne FlexGrid for UWP
CopyTo Method (RowCollection)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > RowCollection Class : CopyTo Method
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Row, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   Row[] array,
   System.int index
)

Parameters

array
index
See Also

Reference

RowCollection Class
RowCollection Members