How I can insert the columns name (titles) from DBAdvGrid to export excel file?
Thanks
Gabriel
How I can insert the columns name (titles) from DBAdvGrid to export excel file?
Column names in Excel (i.e. first row with names A, B, C, ...) cannot be overwritten, but you can set AdvGridExcelIO.GridStartRow = 0 to let the exporter start from the first row (row index 0) in the DBAdvGrid so the first row with column headers will also be exported to the XLS file.