PowerQueryFormulaItemCollection
Contents
[
Hide
]PowerQueryFormulaItemCollection class
Represents all item of the power query formula.
class PowerQueryFormulaItemCollection;
Methods
Method | Description |
---|---|
get(number) | Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the index in the list. |
get(string) | Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the name of the item. |
getCount() | Gets the number of elements contained in. |
isNull() | Checks whether the implementation object is null. |
get(number)
Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the index in the list.
get(index: number) : PowerQueryFormulaItem;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
get(string)
Gets [ PowerQueryFormulaItem](../ powerqueryformulaitem/) by the name of the item.
get(name: string) : PowerQueryFormulaItem;
Parameters:
Parameter | Type | Description |
---|---|---|
name | string | The name of the item. |
Returns
getCount()
Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;