Spread for ASP.NET 12 Product Documentation
CopyTo(Array,Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyleCollection Class > CopyTo Method : CopyTo(Array,Int32) Method
One-dimensional array into which are copied the elements from ICollection (The array must have zero-based indexing.)
Zero-based index in array at which to paste styles
Copies the styles in the collection to a specified array at a specified position.
Syntax
'Declaration
 
Public Overloads Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As NamedStyleCollection
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)
public virtual void CopyTo( 
   Array array,
   int index
)

Parameters

array
One-dimensional array into which are copied the elements from ICollection (The array must have zero-based indexing.)
index
Zero-based index in array at which to paste styles
Exceptions
ExceptionDescription
No array specified, or specified array is null (Nothing)
Specified array is not valid; must have a rank of one
Specified array is not valid; must have sufficient length
Specified index is out of range; must be greater than zero
See Also

Reference

NamedStyleCollection Class
NamedStyleCollection Members
Overload List