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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -