IndexOf()

ParagraphCollection::IndexOf(System::SharedPtr<IParagraph>) method

Determines the index of a specific item in the IList.

int32_t Aspose::Slides::ParagraphCollection::IndexOf(System::SharedPtr<IParagraph> item)

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IParagraph>The object to locate in the IList.

Return Value

The index of item if found in the list; otherwise, -1.

See Also