c#, ExcelDNA, in my UDF, I want to pass a range of cells, MyUDF(A1:A2)
I tried MyUDF(object param1), if I type in myUDF(A1:A2), the MyUDF is never called I also tried MyUDF(string param1), MyUDF(string[] param1) neither works.
What type of the parameter should be? thanks