Excel export columns names

Hi, when I perform an export with a command like :

AdvGridExcelIO.XLSExport('C:\FmrqAnnee\ExportMatriceExcel.xls' );

There is no column name in the Excel file.
How could I transfer the fieldname of the table as column first row of the spreadsheet ?

Thanks

Set AdvGridExcelIO.GridStartRow = 0

It works.

Thanks,  so simple when you know how.