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
15
Parameter reference to SpreadSheet cell
posted

Hello,

is possible reference parameter to cell in xamSpreadSheet? I have list of custom class with values from database and i would like to write these values into sheet and on save function write back to database. 

Simply solution will be, if i have any parameter like public string Value { get; set; }, i reference it to specific cell, for example Rows[1].Cells[1] and after that, if i change this cell in SpreadSheet as user, automatically will be change parameter Value.

Or, what is best solution to this problem?

Thank you a lot!