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
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IChartCategory>> | Target array. |
index | int32_t | Starting index in the array. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IChartCategory
- Class ChartCategoryCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides