index_of method

index_of

Returns an index of the specified slide in the collection.

Returns

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

def index_of(self, slide):
    ...
ParameterTypeDescription
slideISlideSlide to find.

See Also