如何使用NPOI C#设置Excel工作表行的渐变背景?

时间:2016-07-05 11:52:48

标签: c# excel npoi

在这里,我创建了一种风格,但它没有工作,它只有一些选项,如实心或点缀等背景,那我怎样才能设置渐变背景? 这里只有一个样式表如何设置渐变背景?

ICellStyle tablestyle = sheet.Workbook.CreateCellStyle();
tablestyle.FillForegroundColor = IndexedColors.Blue.Index;
tablestyle.FillPattern = FillPattern.AltBars;

0 个答案:

没有答案