first commit
This commit is contained in:
11
hrmsEjb/jxl/Range.java
Normal file
11
hrmsEjb/jxl/Range.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package jxl;
|
||||
|
||||
public interface Range {
|
||||
Cell getTopLeft();
|
||||
|
||||
Cell getBottomRight();
|
||||
|
||||
int getFirstSheetIndex();
|
||||
|
||||
int getLastSheetIndex();
|
||||
}
|
Reference in New Issue
Block a user