Find column selected index or row selected index of a table
Posted: Fri Oct 18, 2024 5:45 pm
Hello,
We use version 26.0.0.0 of oxygen sdk.
We need to retrieve the indexes of the selected row or column in a table.
For now, I have found this :
This tells us if it is a row or column selection (TABLE_ROW or TABLE_COLUMN).
But how do I find the index of it ?
Thanks,
Regards
Isabelle
We use version 26.0.0.0 of oxygen sdk.
We need to retrieve the indexes of the selected row or column in a table.
For now, I have found this :
Code: Select all
authorAccess.getEditorAccess().getAuthorSelectionModel().getSelectionInterpretationMode().name()
But how do I find the index of it ?
Thanks,
Regards
Isabelle