Interface ICellCoordinates
- All Known Implementing Classes:
CellCoordinates
public interface ICellCoordinates
Coordinates for cells of a table.
-
Method Summary
Modifier and TypeMethodDescriptionintGet the column index.intGet the row index.
-
Method Details
-
getRowIndex
int getRowIndex()Get the row index.- Returns:
- 0-based index
-
getColumnIndex
int getColumnIndex()Get the column index.- Returns:
- 0-based index
-