PowerQueryFormulaItemCollection

PowerQueryFormulaItemCollection class

Represents all item of the power query formula.

class PowerQueryFormulaItemCollection;

Methods

MethodDescription
get(number)Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the index in the list.
get(string)Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the name of the item.

get(number)

Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the index in the list.

get(index: number) : PowerQueryFormulaItem;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

PowerQueryFormulaItem

get(string)

Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the name of the item.

get(name: string) : PowerQueryFormulaItem;

Parameters:

ParameterTypeDescription
namestringThe name of the item.

Returns

PowerQueryFormulaItem