asposecells.api

Class PowerQueryFormulaFunction

Represents the function of power query.

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

    • Property Getters/Setters Detail

      • getF/setF : String 

        String getF() / setF(value)
        
        Gets and sets the definition of function.
      • getGroupName : String 

        String getGroupName()
        
      • getFormulaDefinition : String 

        String getFormulaDefinition()
        
        Gets the definition of the power query formula.
      • getName/setName : String 

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

        String getDescription() / setDescription(value)