Created
November 2, 2015 11:37
-
-
Save springcome/cdd82ee0f3d31a4b9004 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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