Gets the index of the first occurrence of a shape in the collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int IndexOf(
IShape shape
)
Public Function IndexOf (
shape As IShape
) As Integer
public:
int IndexOf(
IShape^ shape
)
member IndexOf :
shape : IShape -> int
Parameters
-
shape
-
Type:
Spire.Presentation
IShape
Shape to found.
Return Value
Type:
Int32
Index of the first occurrence of shape
See Also