[]
Copies the fills in the collection to an array, starting at the specified array index.
public void CopyTo(Fill[] array, int arrayIndex)
Public Sub CopyTo(array As Fill(), arrayIndex As Integer)
Type | Name | Description |
---|---|---|
Fill[] | array | One-dimension array that is the destination of the fills copied from the collection. |
int | arrayIndex | Zero-based index in array at which copying begins. |