PowerQueryFormulaCollection
Contents
[
Hide
]PowerQueryFormulaCollection class
Represents all power query formulas in the mashup data.
class PowerQueryFormulaCollection;
Methods
Method | Description |
---|---|
get(number) | Gets [ PowerQueryFormula](../ powerqueryformula/) by the index in the list. |
get(string) | Gets [ PowerQueryFormula](../ powerqueryformula/) by the name of the power query formula. |
getCount() | Gets the number of elements contained in. |
isNull() | Checks whether the implementation object is null. |
get(number)
Gets [ PowerQueryFormula](../ powerqueryformula/) by the index in the list.
get(index: number) : PowerQueryFormula;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
get(string)
Gets [ PowerQueryFormula](../ powerqueryformula/) by the name of the power query formula.
get(name: string) : PowerQueryFormula;
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;