aspose.cells

Class PowerQueryFormulaFunction

Represents the function of power query.

Property Getters/Setters Summary
functiongetDescription()
function
          
functiongetF()
function
setF(value)
           Gets and sets the definition of 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.
      • getF/setF : String 

        function getF() / function setF(value)
        
        Gets and sets the definition of function.
      • 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)