Aspose::Cells::QueryTables::PowerQueryFormula class

PowerQueryFormula class

Represents the definition of power query formula.

class PowerQueryFormula

Methods

MethodDescription
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 PowerQueryFormula& src)operator=
PowerQueryFormula(PowerQueryFormula_Impl* impl)Constructs from an implementation object.
PowerQueryFormula(const PowerQueryFormula& src)Copy constructor.
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.

Fields

FieldDescription
_implThe implementation object.

See Also