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