Spread for ASP.NET 12 Product Documentation
CopyTo Method (SheetViewCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : CopyTo Method
Array to which to copy the sheets
Array index at which to start pasting the sheets
Copies the sheets in the collection to an array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As SheetView, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim array() As SheetView
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   SheetView[] array,
   int arrayIndex
)

Parameters

array
Array to which to copy the sheets
arrayIndex
Array index at which to start pasting the sheets
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members