Good afternoon
i use the tools export
i use the tools export
ExportToExcelML
exporter = new ExportToExcelML(rgvGrid);
exporter.SummariesExportOption =
SummariesOption.ExportAll;
exporter.RunExport(sFilepath);
and its works correctly but i need export only several columns of the gridView.. i have been looking how i could do that..
i need to export only two columns.. not all..
thanks for your help...
best wish..