# Interface: com.pnfsoftware.jeb.core.output.table.ICellCoordinates

Coordinates for cells of a table.

## Method: getColumnIndex
- return type: `int`

Description: Get the column index.
return: 0\-based index

## Method: getRowIndex
- return type: `int`

Description: Get the row index.
return: 0\-based index

