I am trying to map a image into a excel spread sheet and i need to find what the coordinates of the current cell are?
My code at the moment loops though each cell till it finds a matching tag in the excel where it knows this is the cell to place the picture.
I have the cell i just have no idea how to obtain the cells top and left properties?
foreach (ExcelRangeBase cell in range1)
{
}
Please help!
Thanks in advance.
1 Answer