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; 

source


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -