PowerQueryFormulaParameter Class

PowerQueryFormulaParameter class

Represents the parameter of power query formula.


type PowerQueryFormulaParameter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPowerQueryFormulaParameterConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of power query formula.
GetValueGets the value of parameter.
SetValueGets the value of parameter.
GetFormulaDefinitionGets the definition of the parameter.
GetGroupNameGets the name of group which contains this power query formula.
GetNameGets and sets the name of the power query formula.
SetNameGets and sets the name of the power query formula.
GetPowerQueryFormulaItemsGets all items of power query formula.