Aspose::Cells::QueryTables::PowerQueryFormulaItemType enum
PowerQueryFormulaItemType enum
Represents the type of a Power Query formula item.
enum class 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
- Library Aspose.Cells for C++