getSelectedCell(): Cell Data Object | Array of Cell Data Objects
Returns all the information about the structure of the selected cell.
Cell Data Object that contains information about the selected cell. If multiple cells are selected, the method returns an array of Cell Data Objects.
webdatarocks.getSelectedCell();
Try out on CodePen.