IndexOf()

SlideCollection::IndexOf(System::SharedPtr<ISlide>) method

Returns an index of the specified slide in the collection.

int32_t Aspose::Slides::SlideCollection::IndexOf(System::SharedPtr<ISlide> slide) override

Arguments

ParameterTypeDescription
slideSystem::SharedPtr<ISlide>Slide to find.

Return Value

Index of a slide or -1 if slide not from this collection.

See Also