PowerQueryFormula Class
Contents
[
Hide
]PowerQueryFormula class
Represents the definition of power query formula.
type PowerQueryFormula struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetGroupName | Gets the name of group which contains this power query formula. |
| GetName | Gets and sets the name of the power query formula. |
| SetName | Gets and sets the name of the power query formula. |
| GetDescription | Gets and sets the description of the power query formula. |
| SetDescription | Gets and sets the description of the power query formula. |
| GetPowerQueryFormulaItems | Gets all items of power query formula. |
| GetType | Gets the type of this power query formula. |
| GetFormulaDefinition | Gets the definition of the power query formula. |