Aspose::Cells::QueryTables::PowerQueryFormulaFunction class

PowerQueryFormulaFunction class

Represents the function of power query.

class PowerQueryFormulaFunction : public Aspose::Cells::QueryTables::PowerQueryFormula

Methods

MethodDescription
GetF()Gets and sets the definition of function.
GetFormulaDefinition()Gets the definition of the power query formula.
GetName()Gets and sets the name of the power query formula.
GetPowerQueryFormulaItems()Gets all items of power query formula.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PowerQueryFormulaFunction& src)operator=
operator=(const PowerQueryFormula& src)operator=
PowerQueryFormula(PowerQueryFormula_Impl* impl)Constructs from an implementation object.
PowerQueryFormula(const PowerQueryFormula& src)Copy constructor.
PowerQueryFormulaFunction(PowerQueryFormulaFunction_Impl* impl)Constructs from an implementation object.
PowerQueryFormulaFunction(const PowerQueryFormulaFunction& src)Copy constructor.
PowerQueryFormulaFunction(const PowerQueryFormula& src)Constructs from a parent object.
SetF(const U16String& value)Gets and sets the definition of function.
SetF(const char16_t* value)Gets and sets the definition of function.
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.
~PowerQueryFormula()Destructor.
~PowerQueryFormulaFunction()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also