Example #1
0
 public ExcelRangeTableHeaderStyle(Excel.Worksheet sheetToFormat, ExcelCellCoordinate topLeft, ExcelCellCoordinate bottomRight)
     : base(sheetToFormat, topLeft, bottomRight)
 {
     this.backStyle = new ExcelRangeBackColourStyle(this.sheetToFormat, this.topLeft, this.bottomRight)
     {
         BackColour = Color.LightBlue
     };
 }
 public ExcelRangeTableHeaderStyle(Excel.Worksheet sheetToFormat, ExcelCellCoordinate topLeft, ExcelCellCoordinate bottomRight)
     : base(sheetToFormat, topLeft, bottomRight)
 {
     this.backStyle = new ExcelRangeBackColourStyle(this.sheetToFormat, this.topLeft, this.bottomRight)
         { BackColour = Color.LightBlue };
 }