Enum PowerQueryFormulaItemType

PowerQueryFormulaItemType enumeration

Represents the type of a Power Query formula item.

public enum PowerQueryFormulaItemType

Values

NameValueDescription
Unknown0Unknown or default type.
Function1The item is a function (contains => arrow).
Parameter2The item is a parameter.
List3The item is a list (starts with {).
Literal4The item is a literal value (string, number, boolean, null).

See Also