aspose.cells

Class PowerQueryFormulaParameter

Represents the parameter of power query formula.

Constructor Summary
 
Property Getters/Setters Summary
functiongetName()
function
setName(value)
           Gets the name of parameter.
functiongetParameterDefinition()
Gets the definition of the parameter.
functiongetValue()
function
setValue(value)
           Gets the value of parameter.
 

    • Constructor Detail

      • PowerQueryFormulaParameter

        function PowerQueryFormulaParameter()
    • Property Getters/Setters Detail

      • getName/setName : String 

        function getName() / function setName(value)
        
        Gets the name of parameter.
      • getValue/setValue : String 

        function getValue() / function setValue(value)
        
        Gets the value of parameter.
      • getParameterDefinition : String 

        function getParameterDefinition()
        
        Gets the definition of the parameter.