Posted 13 July 2018, 3:28 pm EST
C1FlexGrid1.SaveExcel is not saving column 0. What can I do to include this column?
Forums Home / ComponentOne / WinForms Edition
Posted by: davidmorr on 13 July 2018, 3:28 pm EST
Posted 13 July 2018, 3:28 pm EST
C1FlexGrid1.SaveExcel is not saving column 0. What can I do to include this column?
Posted 16 July 2018, 2:10 am EST
Hi,
You can use the enum value FileFlags.IncludeFixedCells as argument for SaveExcel method to include column-0 in the save excel file.
Please find the attached sample demonstrating the same.
Thanks.