Iteration_range = (0,0)

If I use predict and set iteration_range = (0,0), does that mean it just uses the first tree only? or would that be iteration_range = (0,1)

It means that all trees are used.