Click or drag to resize

ShapeList IndexOf Method

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
)

Parameters

shape
Type: Spire.Presentation IShape
Shape to found.

Return Value

Type: Int32
Index of the first occurrence of shape
See Also