PJ
Pravin Joshua D
Syncfusion Team
December 9, 2009 07:06 AM UTC
Hi Timothy,
Thank you for using Syncfusion products.
Yes. It is possible to change the background color of entire column, without changing the other formatting of cells within the column, using XlsIO. You can use the following code snippet to change the background color.
C#:
sheet.Range["A1"].EntireColumn.CellStyle.ColorIndex=ExcelKnownColors.Aqua;
Please try this and let me know if you have any questions.
Regards,
Pravin Joshua D