Interface ILocation
-
@PublicAPI public interface ILocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumnIndex()
int
getRowIndex()
String
getSheetName()
void
setColumnIndex(int index)
void
setRowIndex(int index)
void
setSheetName(String sheetName)
-