asposecells.api

Class PowerQueryFormulaParameter

Represents the parameter of power query formula.

Constructor Summary
 
Property Getters/Setters Summary
methodgetName()
method
setName(value)
           Gets the name of parameter.
methodgetParameterDefinition()
Gets the definition of the parameter.
methodgetValue()
method
setValue(value)
           Gets the value of parameter.
 

    • Constructor Detail

      • PowerQueryFormulaParameter

        PowerQueryFormulaParameter()
    • Property Getters/Setters Detail

      • getName/setName : String 

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

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

        String getParameterDefinition()
        
        Gets the definition of the parameter.