PowerQueryFormula

PowerQueryFormula class

Represents the definition of power query formula.

class PowerQueryFormula;

Methods

MethodDescription
getFormulaDefinition()Gets the definition of the power query formula.
getName()Gets and sets the name of the power query formula.
setName(string)Gets and sets the name of the power query formula.
getPowerQueryFormulaItems()Gets all items of power query formula.

getFormulaDefinition()

Gets the definition of the power query formula.

getFormulaDefinition() : string;

getName()

Gets and sets the name of the power query formula.

getName() : string;

setName(string)

Gets and sets the name of the power query formula.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getPowerQueryFormulaItems()

Gets all items of power query formula.

getPowerQueryFormulaItems() : PowerQueryFormulaItemCollection;

Returns

PowerQueryFormulaItemCollection