PowerQueryFormulaItem
Contents
[
Hide
]PowerQueryFormulaItem class
Represents the item of the power query formula.
class PowerQueryFormulaItem;
Properties
| Property | Type | Description |
|---|---|---|
| name | string | Readonly. Gets the name of the item. |
| value | string | Gets the value of the item. |
| textValue | string | Readonly. Gets the text value of the item. |
| itemType | PowerQueryFormulaItemType | Readonly. Gets the type of this item (Function, Parameter, List, Literal, or Unknown). |
name
Readonly. Gets the name of the item.
name : string;
value
Gets the value of the item.
value : string;
textValue
Readonly. Gets the text value of the item.
textValue : string;
itemType
Readonly. Gets the type of this item (Function, Parameter, List, Literal, or Unknown).
itemType : PowerQueryFormulaItemType;