VSTO: Attach meta-data to a cell in Excel?
Posted
by Gustav
on Stack Overflow
See other posts from Stack Overflow
or by Gustav
Published on 2010-01-11T22:33:13Z
Indexed on
2010/03/19
3:01 UTC
Read the original article
Hit count: 326
Hi!
I'm using VSTO to create an Excel Add-on. This add-on retrieves and display alot of data from a sql-server. This works great, but later on I plan to access some of the data inside excel and modify it in some ways. My problem is that I need a way of classify cells that I want to modify. Is there any way to add meta-data to a cell to know if it is a cell that should be modified? E.g. add a attribute to the cell, e.g. "editable_cell", and do something like Excel.FindCellsWithAttribute("editable_cell") to find the sought after cells?
Thanks! /Gustav
© Stack Overflow or respective owner