public final class DataPosition extends Object
Constructor and Description |
---|
DataPosition(int rowIndex,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the cell's column index.
|
int |
getRowIndex()
Returns the cell's row index.
|
void |
setColumnIndex(int columnIndex)
Sets the cell's column index.
|
void |
setRowIndex(int rowIndex)
Sets the cell's row index.
|
public DataPosition(int rowIndex, int columnIndex) throws DataExchangeException
DataExchangeException
public int getRowIndex()
public void setRowIndex(int rowIndex)
public int getColumnIndex()
public void setColumnIndex(int columnIndex)