PowerQueryFormula
Contents
[
Hide
]PowerQueryFormula class
Represents the definition of power query formula.
class PowerQueryFormula;
Methods
Method | Description |
---|---|
getFormulaDefinition() | Gets the definition of the power query formula. |
getName() | Gets and sets the name of the power query formula. |
setName(string) | Gets and sets the name of the power query formula. |
getPowerQueryFormulaItems() | Gets all items of power query formula. |
isNull() | Checks whether the implementation object is null. |
getFormulaDefinition()
Gets the definition of the power query formula.
getFormulaDefinition() : string;
getName()
Gets and sets the name of the power query formula.
getName() : string;
setName(string)
Gets and sets the name of the power query formula.
setName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getPowerQueryFormulaItems()
Gets all items of power query formula.
getPowerQueryFormulaItems() : PowerQueryFormulaItemCollection;
Returns
PowerQueryFormulaItemCollection
isNull()
Checks whether the implementation object is null.
isNull() : boolean;