asposecells.api

Class PowerQueryFormulaItem

Represents the item of the power query formula.

Property Getters/Setters Summary
methodisFunction()
methodisList()
methodisLiteral()
methodisParameter()
methodgetItemType()
The value of the property is PowerQueryFormulaItemType integer constant.
methodgetName()
Gets the name of the item.
methodgetTextValue()
methodgetValue()
method
setValue(value)
           Gets the value of the item.
 

    • Property Getters/Setters Detail

      • getName : String 

        String getName()
        
        Gets the name of the item.
      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Gets the value of the item.
      • getTextValue : String 

        String getTextValue()
        
      • isFunction : boolean 

        boolean isFunction()
        
      • isParameter : boolean 

        boolean isParameter()
        
      • isList : boolean 

        boolean isList()
        
      • isLiteral : boolean 

        boolean isLiteral()