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.

Properties

PropertyTypeDescription
fstringGets and sets the definition of function.
groupNamestringReadonly. Gets the name of group which contains this power query formula.
namestringGets and sets the name of the power query formula.
descriptionstringGets and sets the description of the power query formula.
powerQueryFormulaItemsPowerQueryFormulaItemCollectionReadonly. Gets all items of power query formula.

Methods

MethodDescription
getType()Gets the type of power query formula.
getFormulaDefinition()Gets the definition of the power query formula.

constructor(PowerQueryFormula)

Constructs from a parent object convertible to this.

constructor(obj: PowerQueryFormula);

Parameters:

ParameterTypeDescription
objPowerQueryFormulaThe parent object.

f

Gets and sets the definition of function.

f : string;

groupName

Readonly. Gets the name of group which contains this power query formula.

groupName : string;

name

Gets and sets the name of the power query formula.

name : string;

description

Gets and sets the description of the power query formula.

description : string;

powerQueryFormulaItems

Readonly. Gets all items of power query formula.

powerQueryFormulaItems : PowerQueryFormulaItemCollection;

getType()

Gets the type of power query formula.

getType() : PowerQueryFormulaType;

Returns

PowerQueryFormulaType

getFormulaDefinition()

Gets the definition of the power query formula.

getFormulaDefinition() : string;