PowerQueryFormulaFunction Class
Contents
[
Hide
]PowerQueryFormulaFunction class
Represents the function of power query.
type PowerQueryFormulaFunction struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPowerQueryFormulaFunction | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of power query formula. |
| GetF | Gets and sets the definition of function. |
| SetF | Gets and sets the definition of function. |
| 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. |
| GetFormulaDefinition | Gets the definition of the power query formula. |