Is there currently no way using MVVM to set ActiveCell in XamSpreadsheet using SpreadsheetCell? You can see column and row but they have no setter.
Thanks,
Andy
Hi Andy,
The only way to set the column and row in SpreadsheetCell is through the SpreadsheetCell constructor so you can try creating a new instance when you want to change the row or column and just update the binding to the ActiveCell with a property change notification.