Ejemplo n.º 1
0
 /**
  * Returns row index of a row in the sheet that contains this cell
  *
  * @return zero-based row index of a row in the sheet that contains this cell
  */
 public int getRowIndex() {
   return _row.getRowNum();
 }