Interface ICellCoordinates
- All Known Implementing Classes:
CellCoordinates
public interface ICellCoordinates
Coordinates for cells of a table.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the column index.int
Get 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
-