PowerQueryFormulaParameter Class
Contents
[
Hide
]PowerQueryFormulaParameter class
Represents the parameter of power query formula.
type PowerQueryFormulaParameter struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPowerQueryFormulaParameter | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of power query formula. |
| GetValue | Gets the value of parameter. |
| SetValue | Gets the value of parameter. |
| GetFormulaDefinition | Gets the definition of the parameter. |
| 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. |