PowerQueryFormulaItem

PowerQueryFormulaItem class

Represents the item of the power query formula.

class PowerQueryFormulaItem;

Methods

MethodDescription
getName()Gets the name of the item.
getValue()Gets the value of the item.
setValue(string)Gets the value of the item.

getName()

Gets the name of the item.

getName() : string;

getValue()

Gets the value of the item.

getValue() : string;

setValue(string)

Gets the value of the item.

setValue(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.