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
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the cell's column index.int
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.
-
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.
-