CopyTo

ChartDataWorksheetCollection.CopyTo method

Copy to specified array.

public void CopyTo(Array array, int arrayIndex)
ParameterTypeDescription
arrayArrayArray to copy to.
arrayIndexInt32Index to begin copying.

See Also