getSelectedCell(): Cell Data Object | Array of Cell Data Objects
[starting from version: 1.4]
Returns information about the selected cell/cells.
Returns
Cell Data Object which contains information about selected cell. If multiple cells are selected, getSelectedCell
returns an array of Cell Data Objects.
Example
flexmonster.getSelectedCell();
Open the example on JSFiddle.
See also