Is there a way to color selected cells of an Excel file using C#? -
i comparing 2 excel files cell cell. 1 source file , target file.i want color cells not matching in target file. there way without creating other excel sheet cells not matching. mean want fill color in cells not matching in target file..
oresizerange range of cells selected. it's of type office.interop.excel.range
oresizerange.interior.colorindex = someindex;
Comments
Post a Comment