We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.
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.

See also