c# - Wait until Worksheet.Calculate has finished -
can force saving
myworkbook.saveas
to wait until
myworksheet.calculate()
has finished recalculate formulas? there event called
myworksheet1.oncalculate
but don't know how use
can force saving
myworkbook.saveas
to wait until
myworksheet.calculate()
has finished recalculate formulas? there event called
myworksheet1.oncalculate
but don't know how use
Comments
Post a Comment