Example #1
0
 public void SetBackgroundColor(ExcelColor color)
 {
     Pattern.Style = PatternStyle.Solid;
     Pattern.ForegroundColor = color;
     Pattern.BackgroundColor = ExcelColor.WindowTextForPattern;
 }
Example #2
0
 public void SetBackgroundColor(ExcelColor color)
 {
     CellFormat.SetBackgroundColor(color);
 }