I have following line of code but it gives me compilation error. Please advise.
UltraGridExcelExporter1.Export(UpdateHomeBase,
"C:\TEST.xls")
UpdateHomeBase is infragistics grid.
According to the error message, the arguments you are passing into the Export method don't match the types that the method accepts. Perhaps UpdateHomeBase is not an UltraWinGrid control.
Another possibility is that your project has mismatched references or that the Infragistics references have CopyLocal to True.