asposecells.api

Class PowerQueryFormulaParameter

Represents the parameter of power query formula.

Property Getters/Setters Summary
methodgetDescription()
method
          
methodgetFormulaDefinition()
methodgetGroupName()
methodgetName()
method
setName(value)
           Gets and sets the name of the power query formula.
methodgetParameterDefinition()
Gets the definition of the parameter.
methodgetPowerQueryFormulaItems()
Gets all items of power query formula.
methodgetType()
The value of the property is PowerQueryFormulaType integer constant.
methodgetValue()
method
setValue(value)
           Gets the value of parameter.
 

    • Property Getters/Setters Detail

      • getValue/setValue : String 

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

        String getParameterDefinition()
        
        Gets the definition of the parameter.
      • getFormulaDefinition : String 

        String getFormulaDefinition()
        
      • getGroupName : String 

        String getGroupName()
        
      • getName/setName : String 

        String getName() / setName(value)
        
        Gets and sets the name of the power query formula.
      • getDescription/setDescription : String 

        String getDescription() / setDescription(value)