PowerQueryFormulaItem class

PowerQueryFormulaItem class

Represents the item of the power query formula.

The PowerQueryFormulaItem type exposes the following members:

Properties

PropertyDescription
nameGets the name of the item.
valueGets the value of the item.
text_valueGets the text value of the item.
item_typeGets the type of this item (Function, Parameter, List, Literal, or Unknown).
is_functionGets whether this item is a function.
is_parameterGets whether this item is a parameter.
is_listGets whether this item is a list.
is_literalGets whether this item is a literal value.

See Also