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

ParameterTypeDescription
sectionSystem::SharedPtr<ISection>Section to find.

Return Value

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

See Also