N
nechoor
How do I get the cell address of an excel sheet from C#?
VBA
=Address(4, 5) would return "$E$4"
Not able to find an equivalent function when processing the excel
sheet from C#.
Thanks in advance for all the help.
VBA
=Address(4, 5) would return "$E$4"
Not able to find an equivalent function when processing the excel
sheet from C#.
Thanks in advance for all the help.