Aspose::Cells::QueryTables::PowerQueryFormulaItemType enum

PowerQueryFormulaItemType enum

Represents the type of a Power Query formula item.

enum class PowerQueryFormulaItemType

Values

NameValueDescription
Unknown0
Unknown or default type.
Function1
The item is a function (contains => arrow).
Parameter2
The item is a parameter.
List3
The item is a list (starts with {).
Literal4
The item is a literal value (string, number, boolean, null).

See Also