[]
Copies the sheets in the collection to an array.
public void CopyTo(Array array, int arrayIndex)
Public Sub CopyTo(array As Array, arrayIndex As Integer)
| Type | Name | Description |
|---|---|---|
| Array | array | Array to which to copy the sheets |
| int | arrayIndex | Array index at which to start pasting the sheets |