PowerQueryFormulaItemType enumeration
PowerQueryFormulaItemType enumeration
Represents the type of a Power Query formula item.
The PowerQueryFormulaItemType type exposes the following members:
Fields
| Field | Description |
|---|---|
| UNKNOWN | Unknown or default type. |
| FUNCTION | The item is a function (contains => arrow). |
| PARAMETER | The item is a parameter. |
| LIST | The item is a list (starts with {). |
| LITERAL | The item is a literal value (string, number, boolean, null). |
See Also
- module
aspose.cells.querytables