Posted 30 May 2022, 9:39 am EST
Hi,
now I’m using this command to save my Grid to XLS file.
_fgTable.SaveExcel(saveFileDialog.FileName, FileFlags.IncludeFixedCells);
Its’ working but my customer ask me a new feature.
He wants to save only a subset of selected columns (for example 5 of 10, 3 of 11, and so on)
My question is very simple: does it exist a method that allow to export some specific cols?
Or I have to create a new datasurce with less cols and so I have to apply the same command for exporting the subset?
Thanks Alex