If yes, then what format should I use for defining cases?
2 answers
Hi Aurel, sure you can use switch branch in the “Selection Changed” event handler. You can branch the workflow by the {Table_1.selectedIndex} property, which is an integer number that represents the current selected row of table. Value 1 represents the first row (header row excluded).
Hm, OK, thank you, ViVi, but what about the column? It would be interesting to have Selection Changed returning the Row, Column pair of numbers.
-
We will add a new property for the column, thanks for reminding :-)
-
You forgot to mention that it's fixed in 3.10, thank you!
-
You are right! We forgot to list this :-)
This question is now closed