tags:

views:

99

answers:

1

I'm using AxFramerControl in order to embed Excel worksheet in my application. The problem is - each time a dialog window or something like that obscures part of the worksheet, the worksheet is not repainted automatically. Calling axFramerControl.Refresh() doesn't help. What can be done?

A: 

One alternative is SpreadsheetGear for .NET which comes with an Excel compatible Windows Forms spreadsheet control.

You can download a free trial here.

Disclaimer: I own SpreadsheetGear LLC

Joe Erickson