Zoom a 2D histogram on CINT command line

How do I zoom the axes of a 2D histogram TH2F using the command line? The documentation indicates one should use Taxis::SetRange or Taxis::SetRangeUser, but how do I do this for each axis, x and y?

myhist.GetXaxis()->SetRange(…), SetRangeUser, etc

Rene