Excel.Range to String conversion in C#
Posted
by mcoolbeth
on Stack Overflow
See other posts from Stack Overflow
or by mcoolbeth
Published on 2010-04-09T18:37:18Z
Indexed on
2010/04/09
18:43 UTC
Read the original article
Hit count: 555
Using .NET's Office interop libraries, does anybody know the best way to convert back and forth between strings (eg "A57", "$L$2:$M:$3") and corresponding objects of type Excel.Range?
Bonus points if it also works with "named ranges".
© Stack Overflow or respective owner