I'm enjoying the rich function available in the RadSpreadsheet, but as so often with the Telerik framework, it's the simple stuff which I find hard.
Yesterday I spent a few hours trying to discover how to get the value of a cell, where I don't know if the cell has a forumula, or is just a value.
Something like:
myString = myWorksheet.cell(2,3).value. (I know this doesn't work - it's just what the code should look like in my head).
So just pick one cell, and return what's visible to the user. I've looked through all the examples, and can't seem to find this one.