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
Parameter | Type | Description |
---|---|---|
slide | System::SharedPtr<ISlide> | Slide to find. |
Return Value
Index of a slide or -1 if slide not from this collection.
See Also
- Typedef SharedPtr
- Class ISlide
- Class SlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides