# Class: com.pnfsoftware.jeb.core.output.table.impl.CellCoordinates

Simple implementation of cell coordinates.

## Constructor: CellCoordinates
- parameter: `rowIndex`, type: `int`
- parameter: `columnIndex`, type: `int`

Description: Create a cell coordinates object.
parameter: rowIndex: 0\-based row index
parameter: columnIndex: 0\-based column index

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


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


## Method: toString
- return type: `java.lang.String`


