Live updates using named ranges.
- I'm creating a named range in A1 called "NamedCell"
- I'm assigning that name in B2 as formula.
- Using timers, I'm trying to change the value on A1 but the values do not change in B2 ?? .
WpfApplication1_7eff52c8.zip
Hi Carlos,
Thanks for contacting Syncfusion support.
We have analyzed your sample and you can achieve your
requirement by setting the value to the grid like in below code snippet.
Code Snippet[C#]:
|
ActiveWorkbook.ActiveSheet.Range["A1"].Value = value.ToString(); var grid = spreadSheetControl.GridProperties.ActiveSpreadsheetGrid; grid.Model[1, 1].CellValue = value.ToString(); |
We have modified your sample based on this and you can find
the sample from the below location.
Please let us know if you have any queries.
Thanks,
Pannir
WpfApplication1_4123f1f9.zip
Hi Carlos,
As we have mentioned in the previous update, you can achieve your requirement by setting the cell value to the grid and it should work for cross sheet reference formula also. we have prepared a sample to achieve your requirement and you can find the sample from the below location.
Please let us know if you have any queries.
Regards,
M. Saravanan.
FormulaValueChanged_2a5a4da1.zip
Hi Carlos,
We are able to reproduce the issue “Increase/Decrease
decimals does not working formula values”. We have considered this as a defect
in our source. Hence we have created a new incident (#111067) for
this query and please follow the incident for further updates.
Regards,
Pannir
Hi Carlos,
We have updated the patch for the ClientProfile assemblies
in the incident #111067 and you can
get the ClientProfile assemblies from that incident.
Please let us know if you have any queries.
Regards,
Pannir
- 8 Replies
- 3 Participants
-
CD Carlos Diaz
- Jul 11, 2013 09:02 PM UTC
- Aug 20, 2013 05:45 AM UTC