public void ThenICanGetAllExcelCellBoldProperty() { ExcelInteropHelper.SetExcelRangeProperty("A1:A15", ExcelCellProperties.CellFontBold, "Bold"); ExcelInteropHelper.CloseExcel(); }
public void ThenICanGetAllExcelCellFontColor() { ExcelInteropHelper.SetExcelRangeProperty("A1:A15", ExcelCellProperties.CellFontColor, "#FF0000"); ExcelInteropHelper.CloseExcel(); }