コード例 #1
0
 public void ThenICanGetAllExcelCellBoldProperty()
 {
     ExcelInteropHelper.SetExcelRangeProperty("A1:A15", ExcelCellProperties.CellFontBold, "Bold");
     ExcelInteropHelper.CloseExcel();
 }
コード例 #2
0
 public void ThenICanGetAllExcelCellFontColor()
 {
     ExcelInteropHelper.SetExcelRangeProperty("A1:A15", ExcelCellProperties.CellFontColor, "#FF0000");
     ExcelInteropHelper.CloseExcel();
 }