IndexOf

ISlideCollection.IndexOf method

Returns an index of the specified slide in the collection.

public int IndexOf(ISlide slide)
ParameterTypeDescription
slideISlideSlide to find.

Return Value

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

See Also