aspose.cells

Class PowerQueryFormula

Represents the definition of power query formula.

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

    • Property Getters/Setters Detail

      • getType : Number 

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

        function getGroupName()
        
      • getFormulaDefinition : String 

        function getFormulaDefinition()
        
        Gets the definition of the power query formula.
      • 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)