Posted 13 October 2017, 3:48 am EST
Hello,
how can i detect a selected file clicking on a checkbox?
the event ActiveSheet.SelectionCount don´t detect it.
thank you.
Forums Home / Spread / SpreadJS
Posted by: lilulalala on 13 October 2017, 3:48 am EST
Posted 13 October 2017, 3:48 am EST
Hello,
how can i detect a selected file clicking on a checkbox?
the event ActiveSheet.SelectionCount don´t detect it.
thank you.
Posted 16 October 2017, 7:34 am EST
Hello,
I am not clear about the question you asked.
In case you want to know the clicked row index, you can get the ActiveRow index because the row gets selected when you click the checkbox.
To get the selected Checkbox rows you would need to iterate through rows and check the value of the Checkbox .
In case you are looking for something else, please let me know.
Thanks,
Deepak Sharma
Posted 19 October 2017, 5:46 am EST
solved!
thank you.
Posted 23 October 2017, 11:43 pm EST
Hello,
We are glad to know that your issue has been resolved.
Thanks,
Reeva