aspose.cells

Class PowerQueryFormulaParameter

Represents the parameter of power query formula.

Property Getters/Setters Summary
functiongetDescription()
function
          
functiongetFormulaDefinition()
functiongetGroupName()
functiongetName()
function
setName(value)
           Gets and sets the name of the power query formula.
functiongetParameterDefinition()
Gets the definition of the parameter.
functiongetPowerQueryFormulaItems()
Gets all items of power query formula.
functiongetType()
The value of the property is PowerQueryFormulaType integer constant.
functiongetValue()
function
setValue(value)
           Gets the value of parameter.
 

    • Property Getters/Setters Detail

      • getType : Number 

        function getType()
        
        The value of the property is PowerQueryFormulaType integer constant.
      • getValue/setValue : String 

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

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

        function getFormulaDefinition()
        
      • getGroupName : String 

        function getGroupName()
        
      • getName/setName : String 

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

        function getDescription() / function setDescription(value)