static void RegisterFunction(Workbook workbook, ICustomFunction function) { if (!workbook.Functions.GlobalCustomFunctions.Contains(function.Name)) { workbook.Functions.GlobalCustomFunctions.Add(function); } }
public IList <IList <int> > FindSolution(ICustomFunction customfunction, int z) { IList <IList <int> > solutions = new List <IList <int> >(); return(solutions); }