Changes from version 0.7 are:
- Methods can be dynamically registered in the AutoOpen method of an AddIn.
ExcelDna.Integration.XlLibrary.RegisterMethods(..) takes a list of MethodInfos to register. See Sample08.dna for an example. - Arguments of type object[] and double[] now also accept single column values. If the range passed in has exactly one column, that column is used as the array. If more than one column is passed, the first row is used, as before. object[,] and double[,] have not changed.
- Minor changes to the Logging window.
- Fixed bug when more that 20 arguments, when there is a function description. (At most 20 argument descriptions are allowed by the Excel API.) There is still a restriction on the combined length of the argument names, approximately 200 characters.
Comments