Hi,
how to change background color for rows in excel using aspose.cells
i am using below code..But this is not working....
Style style1 = workbook.Styles[workbook.Styles.Add()];
style1.ForegroundColor = Color.LightGreen;
style1.BackgroundColor = Color.LightGreen;
style1.Pattern = BackgroundType.VerticalStripe;
style1.Font.Color = Color.Black;
Thanks In Advance,
kannan.S
Loading
CrishPosted Dec 13, 2010, 5:57 AM
In excel we can change different types of color in cell if you want some help than check this below link.
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/colors-background-patterns.html