IndexOf()
ChartSeriesCollection::IndexOf(System::SharedPtr<IChartSeries>) method
Searches for the specified ChartSeries and returns the zero-based index of the first occurrence within the entire Collection
int32_t Aspose::Slides::Charts::ChartSeriesCollection::IndexOf(System::SharedPtr<IChartSeries> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<IChartSeries> | Chart series value. |
Return Value
The zero-based index of the first occurrence of value within the entire CollectionBase, if found; otherwise, -1.
See Also
- Typedef SharedPtr
- Class IChartSeries
- Class ChartSeriesCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides