PowerQueryFormula Class
Represents the definition of power query formula.
type PowerQueryFormula struct {
ptr unsafe.Pointer
}
Constructors
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. |
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. |