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.
getCount()Gets the number of elements contained in.

get(number)

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

get(index: number) : PowerQueryFormulaItem;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

PowerQueryFormulaItem

getCount()

Gets the number of elements contained in.

getCount() : number;