Posted 28 November 2024, 4:32 pm EST
Upon loading a WinForm, I document a Spread.net instance with multiple rows of data and set it to SingleSelect mode. In Spread.com, the SelModeSelected property gets/sets the selected row and I would like to understand what is the equivalent in Spread.net. Therefore:
Question 1: How can I set the instance to have the first row selected before form activation.
Question 2: How can I know what row is selected afterwards by a user.