myworkbook.worksheets("MySheet").Cells(3,3).PutValue(94) will not update a chart using that cell.
However:
myworkbook.worksheets("MySheet").Cells("D3").PutValue(94) will update the chart.
?????????????????
This message was posted using Aspose.Live 2 Forum