CopyTo()

ChartCategoryCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartCategory>>, int32_t) method

Copies all elements of the collection to the specified array.

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

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<IChartCategory>>Target array.
indexint32_tStarting index in the array.

See Also