index_of method

index_of

Returns an index of the specified DataLabel in the collection.

Returns

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

def index_of(self, value):
    ...
ParameterTypeDescription
valueIDataLabelDataLabel to find.

See Also