[]
Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting from the first index of the target array.
public void CopyTo(SubStyle[] array)
Public Sub CopyTo(array As SubStyle())
Type | Name | Description |
---|---|---|
SubStyle[] | array | An array of type SubStyle serving as the destination for the copy action. |
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.
public void CopyTo(SubStyle[] array, int arrayIndex)
Public Sub CopyTo(array As SubStyle(), arrayIndex As Integer)