Excel DNA can handle variable # of parameters (C# paramArrayAttribute) -


now,excel dna can handle variable # of parameters (c# "paramarrayattribute") such as,

[excelfunction(description = " ",isvolatile=true)] public static object vi(params string[] optional) {    return ""; } 

the excel-dna registration extension supports params registration , other type conversions: https://github.com/excel-dna/registration


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -