package jxl; public interface Range { Cell getTopLeft(); Cell getBottomRight(); int getFirstSheetIndex(); int getLastSheetIndex(); }