Copies the fills in the collection to an array, starting at the specified array index.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FillCollection
Dim array() As Fill
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex) |
Parameters
- array
- One-dimension array that is the destination of the fills copied from the collection.
- arrayIndex
- Zero-based index in array at which copying begins.
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also