Skip to content

Instantly share code, notes, and snippets.

@springcome
Created November 2, 2015 11:37
Show Gist options
  • Select an option

  • Save springcome/cdd82ee0f3d31a4b9004 to your computer and use it in GitHub Desktop.

Select an option

Save springcome/cdd82ee0f3d31a4b9004 to your computer and use it in GitHub Desktop.
CellSelection selection = list.getCellSelection();
int [][] selectCell = selection.getSelectedCells();
selectCell[0][0]; // row, 첫번째 row의 첫번째 cell
selectCell[0][1]; // cell, 첫번째 row의 두번째 cell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment