PowerQueryFormulaFunction

PowerQueryFormulaFunction class

Represents the function of power query.

class PowerQueryFormulaFunction extends PowerQueryFormula;

Constructors

NameDescription
constructor(PowerQueryFormula)Constructs from a parent object convertible to this.

Methods

MethodDescription
getF()Gets and sets the definition of function.
setF(string)Gets and sets the definition of function.
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.

constructor(PowerQueryFormula)

Constructs from a parent object convertible to this.

constructor(obj: PowerQueryFormula);

Parameters:

ParameterTypeDescription
objPowerQueryFormulaThe parent object.

getF()

Gets and sets the definition of function.

getF() : string;

setF(string)

Gets and sets the definition of function.

setF(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

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