Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
XamSpreadsheet ActiveCell
posted

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

Parents
No Data
Reply
  • 34510
    Verified Answer
    Offline posted

    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.

Children
No Data