asposecells.api

Class PowerQueryFormula

Represents the definition of power query formula.

Property Getters/Setters Summary
methodgetDescription()
method
          
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

      • 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)