first commit
This commit is contained in:
19
hrmsEjb/jxl/Cell.java
Normal file
19
hrmsEjb/jxl/Cell.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package jxl;
|
||||
|
||||
import jxl.format.CellFormat;
|
||||
|
||||
public interface Cell {
|
||||
int getRow();
|
||||
|
||||
int getColumn();
|
||||
|
||||
CellType getType();
|
||||
|
||||
boolean isHidden();
|
||||
|
||||
String getContents();
|
||||
|
||||
CellFormat getCellFormat();
|
||||
|
||||
CellFeatures getCellFeatures();
|
||||
}
|
Reference in New Issue
Block a user