eshvedai opened this issue 6 years ago · 0 comments
it would be nice if getCellsInColumn and getCellsInRow could accept an array of indexes, e.g.
getCellsInColumn
getCellsInRow
const cells = getCellsInColumn([1,2,3])(selection);