PowerQueryFormulaParameterCollection

PowerQueryFormulaParameterCollection class

Represents the parameters of power query formula.

class PowerQueryFormulaParameterCollection;

Constructors

NameDescription
constructor()Default Constructor.

Methods

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

constructor()

Default Constructor.

constructor();

get(number)

Gets [ PowerQueryFormulaParameter](../ powerqueryformulaparameter/) by the index in the list.

get(index: number) : PowerQueryFormulaParameter;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

PowerQueryFormulaParameter

getCount()

Gets the number of elements contained in.

getCount() : number;