PowerQueryFormulaItem

PowerQueryFormulaItem class

Represents the item of the power query formula.

class PowerQueryFormulaItem;

Properties

PropertyTypeDescription
namestringReadonly. Gets the name of the item.
valuestringGets the value of the item.

name

Readonly. Gets the name of the item.

name : string;

value

Gets the value of the item.

value : string;