PowerQueryFormulaCollection

PowerQueryFormulaCollection class

Represents all power query formulas in the mashup data.

class PowerQueryFormulaCollection;

Methods

MethodDescription
get(number)Gets [ PowerQueryFormula](../ powerqueryformula/) by the index in the list.
getCount()Gets the number of elements contained in.

get(number)

Gets [ PowerQueryFormula](../ powerqueryformula/) by the index in the list.

get(index: number) : PowerQueryFormula;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

PowerQueryFormula

getCount()

Gets the number of elements contained in.

getCount() : number;