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