UltraGridExcelExporter1.Export(grd_Report, File_Path)
How can I add a multi-header or footer to the excel sheet this command creates?
Thanks.
I imagine you can use the BeginExport or EndExport events and modify set the values of some cells in the worksheet, then set the CurrentRowIndex appropriately, so the grid starts exporting after the header.