CopyTo Method (SubStyleCollection)
In This Topic
Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting from the first index of the target array.
Overload List
| Overload | Description |
| CopyTo(SubStyle[]) | Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting from the first index of the target array. |
| CopyTo(SubStyle[],Int32) | Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting at the specified zero-based index of the target array. |
See Also