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
Post a Comment