closed
Public

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).

#1

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.

#2
  1. We will add a new property for the column, thanks for reminding :-)
  2. You forgot to mention that it's fixed in 3.10, thank you!
  3. You are right! We forgot to list this :-)

This question is now closed