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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -