IndexOf()
SectionCollection::IndexOf(System::SharedPtr<ISection>) method
Returns an index of the specified section in the collection.
int32_t Aspose::Slides::SectionCollection::IndexOf(System::SharedPtr<ISection> section) override
Arguments
Parameter | Type | Description |
---|---|---|
section | System::SharedPtr<ISection> | Section to find. |
Return Value
Index of a section or -1 if section not from this collection.
See Also
- Typedef SharedPtr
- Class ISection
- Class SectionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides