4

So after the user selected a few cells and pressed a button, I need to have those cells properties like position, size and stuff. So how do I make a method that'll only return me the cells that the user selected?

Fagundes
  • 119
  • 10

1 Answers1

4

Graph.getSelectionCells() should work

user1084282
  • 1,003
  • 7
  • 6