package jxl;

/* JADX INFO: loaded from: classes.dex */
public interface Range {
    Cell getBottomRight();

    int getFirstSheetIndex();

    int getLastSheetIndex();

    Cell getTopLeft();
}
