IPortionCollectionIndexOf Method |
Determines the index of a specific portion in collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxint IndexOf(
IPortion item
)
Function IndexOf (
item As IPortion
) As Integer
int IndexOf(
IPortion^ item
)
abstract IndexOf :
item : IPortion -> int
Parameters
- item
- Type: Aspose.SlidesIPortion
The portion to locate in the collection.
Return Value
Type:
Int32
The index of
item if found in the collection; otherwise, -1.
See Also