SeriesCollectionCopyTo Method Bytescout Spreadsheet SDK
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void CopyTo(
	Array array,
	int arrayIndex
)

Parameters

array
Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also

Reference