'Declaration Public Overloads Overridable Sub CopyTo( _ ByVal array As Array, _ ByVal index As Integer _ )
'Usage Dim instance As StyleInfoCollection Dim array As Array Dim index As Integer instance.CopyTo(array, index)
Parameters
- array
- The one-dimensional array into which the elements from ICollection are copied. The array must have zero-based indexing.
- index
- The zero-based index in the array at which to paste styles.