Aspose::Cells::QueryTables::PowerQueryFormulaParameter class

PowerQueryFormulaParameter class

Represents the parameter of power query formula.

class PowerQueryFormulaParameter : public Aspose::Cells::QueryTables::PowerQueryFormula

Methods

MethodDescription
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.
GetPowerQueryFormulaItems()Gets all items of power query formula.
GetType()Gets the type of power query formula.
GetValue()Gets the value of parameter.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PowerQueryFormulaParameter& src)operator=
operator=(const PowerQueryFormula& src)operator=
PowerQueryFormula(PowerQueryFormula_Impl* impl)Constructs from an implementation object.
PowerQueryFormula(const PowerQueryFormula& src)Copy constructor.
PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl* impl)Constructs from an implementation object.
PowerQueryFormulaParameter(const PowerQueryFormulaParameter& src)Copy constructor.
PowerQueryFormulaParameter(const PowerQueryFormula& src)Constructs from a parent object.
SetName(const U16String& value)Gets and sets the name of the power query formula.
SetName(const char16_t* value)Gets and sets the name of the power query formula.
SetValue(const U16String& value)Gets the value of parameter.
SetValue(const char16_t* value)Gets the value of parameter.
~PowerQueryFormula()Destructor.
~PowerQueryFormulaParameter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also