Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Illegal thread acccess exception when exporting to excel in background thread

    Hello,

    I get an exception when I use the Infragistics.Excel in background thread.

    Version : 2010.2

    Code (in bakcground thread)

          worksheet.Rows[0].Cells[0].CellFormat.FillPatternForegroundColor = Colors.Cyan;

    Exception:

    System.UnauthorizedAccessException…