Parameter()

Parameter(string name,object value)

defines a parameter to be sent with a given Wolfram API.

Details

  • The Parameter function is designed to be used in an Excel spreadsheet.
  • Parameter takes a key-value pair of name and value.
  • The value can be a string, a number, a file or a range of cells within Excel.
  • The Parameter function may only be used within a Wolfram API function; otherwise, failures can occur in subsequent evaluations.
  • Full usage of the Parameter function is outlined in the Cloud Connector for Excel tutorial.

Examples

Basic Examples  (1)

  • Here is a Wolfram API that can be called with two Parameter arguments and :
  • =WolframAPI("/Documentation/Example/AddTwo", Parameter("x", 1), Parameter("y", 5))
    Wolfram Research (2018), Parameter(), Wolfram Language function, https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html.

    Text

    Wolfram Research (2018), Parameter(), Wolfram Language function, https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html.

    CMS

    Wolfram Language. 2018. "Parameter()." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html.

    APA

    Wolfram Language. (2018). Parameter(). Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html

    BibTeX

    @misc{reference.wolfram_2024_parameter(), author="Wolfram Research", title="{Parameter()}", year="2018", howpublished="\url{https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html}", note=[Accessed: 26-April-2024 ]}

    BibLaTeX

    @online{reference.wolfram_2024_parameter(), organization={Wolfram Research}, title={Parameter()}, year={2018}, url={https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/Parameter.html}, note=[Accessed: 26-April-2024 ]}