How to access eventdata from GUI table, to get indices of rows and columns edited?

1 view (last 30 days)
I want to get the matrix cointaining the indices of rows and columns edited in GUI table. The matrix is within eventdata structure, but I'm not sure how to access it.
Thanks
  1 Comment
Flávio
Flávio on 7 Feb 2013
Edited: Flávio on 7 Feb 2013
I forgot to say something. I want do access Indice in pushbutton callback. When I push a button, i want to execute some actions but I need the indices information.
For example, if I write eventdata.Indices in uitable_CellEditCallback I get the information I need. The problem is to get that information using a push button.
Sorry for my bad English.
Thanks

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!