PowerQueryFormulaItem
PowerQueryFormulaItem class
Represents the item of the power query formula.
class PowerQueryFormulaItem;
Methods
Method | Description |
---|---|
getName() | Gets the name of the item. |
getValue() | Gets the value of the item. |
setValue(string) | Gets the value of the item. |
isNull() | Checks whether the implementation object is null. |
getName()
Gets the name of the item.
getName() : string;
getValue()
Gets the value of the item.
getValue() : string;
setValue(string)
Gets the value of the item.
setValue(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;