public interface ILocation
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex() |
int |
getRowIndex() |
String |
getSheetName() |
void |
setColumnIndex(int index) |
void |
setRowIndex(int index) |
void |
setSheetName(String sheetName) |