Is it possible to bind an object's property to a SpreadsheetGear cell value in a MVVM application? Or alternatively is it possible to bind any WPF UI component to the cell value?
I need to reflect a value in a cell (IRange, holding a formula) in a property (or other WPF UI item) all of the time. Binding should be one way (from cell to property or cell to TextBlock.Text for example). What is the best way to do it?