Class DataPosition
java.lang.Object
com.orchestranetworks.addon.dex.configuration.DataPosition
Specifies a data cell's position in an Excel file.
- Since:
- 2.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the cell's column index.intReturns the cell's row index.voidsetColumnIndex(int columnIndex) Sets the cell's column index.voidsetRowIndex(int rowIndex) Sets the cell's row index.
-
Constructor Details
-
DataPosition
- Throws:
DataExchangeException
-
-
Method Details
-
getRowIndex
public int getRowIndex()Returns the cell's row index. -
setRowIndex
public void setRowIndex(int rowIndex) Sets the cell's row index. -
getColumnIndex
public int getColumnIndex()Returns the cell's column index. -
setColumnIndex
public void setColumnIndex(int columnIndex) Sets the cell's column index.
-