implGetWorksheetFunctionsString

Implements the getWorksheetFunctions function needed by xlld.sdk.xll in order to register the Excel-callable functions at runtime This used to be a template mixin but even using a string mixin inside fails to actually make it an extern(C) function.

  1. string implGetWorksheetFunctionsString()
    string
    implGetWorksheetFunctionsString
    (
    Modules...
    )
    ()
    if (
    allSatisfy!(isSomeString, typeof(Modules))
    )
  2. string implGetWorksheetFunctionsString(string[] modules)

Meta