Aspose::Cells::QueryTables::PowerQueryFormulaParameter class

PowerQueryFormulaParameter class

Represents the parameter of power query formula.

class PowerQueryFormulaParameter

Methods

MethodDescription
GetName()Gets the name of parameter.
GetParameterDefinition()Gets the definition of the parameter.
GetValue()Gets the value of parameter.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PowerQueryFormulaParameter& src)operator=
PowerQueryFormulaParameter()Default constructor.
PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl* impl)Constructs from an implementation object.
PowerQueryFormulaParameter(const PowerQueryFormulaParameter& src)Copy constructor.
SetName(const U16String& value)Gets the name of parameter.
SetName(const char16_t* value)Gets the name of parameter.
SetValue(const U16String& value)Gets the value of parameter.
SetValue(const char16_t* value)Gets the value of parameter.
~PowerQueryFormulaParameter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also