In C# programs using the Excel Interop library,
the Range.get_Address(...)
method seems to return a relative address only
if R1C1 format is specified. Does the library provide a simple way to get relative A1-style addresses?
In C# programs using the Excel Interop library,
the Range.get_Address(...)
method seems to return a relative address only
if R1C1 format is specified. Does the library provide a simple way to get relative A1-style addresses?