IndexOf()

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

Returns an index of the specified slide in the collection.

virtual int32_t Aspose::Slides::ISlideCollection::IndexOf(System::SharedPtr<ISlide> slide)=0

Arguments

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

Return Value

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

See Also