CopyTo()

ChartSeriesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartSeries>>, int32_t) method

Copies all elements from the collection into the specified array.

void Aspose::Slides::Charts::ChartSeriesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartSeries>> array, int32_t index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<IChartSeries>>Array to fill.
indexint32_tStarting position in target array.

See Also