Enum PowerQueryFormulaItemType
PowerQueryFormulaItemType enumeration
Represents the type of a Power Query formula item.
public enum PowerQueryFormulaItemType
Values
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown or default type. |
| Function | 1 | The item is a function (contains => arrow). |
| Parameter | 2 | The item is a parameter. |
| List | 3 | The item is a list (starts with {). |
| Literal | 4 | The item is a literal value (string, number, boolean, null). |
See Also
- namespace Aspose.Cells.QueryTables
- assembly Aspose.Cells